#03601b

Color #03601B Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #03601B

Tints of Crusoe #03601B

Color information

#03601B (or 0x03601B) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 1B. RGB value is (3,96,27). Sum of RGB (Red+Green+Blue) = 3+96+27=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #03601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03601B is #FC9FE4. Grayscale: #3C3C3C. Windows color (decimal): -16556005 or 1794051. OLE color: 1794051.

HSL color Cylindrical-coordinate representation of color #03601B: hue angle of 135.48º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03601B is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB39627-
CMYK0.9700.720.62
HSL135.48º93.94%19.41%-
HSV(B)135.48º96.88%37.65%-
XYZ4.428.462.44-
YUV60.33109.1987.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 96 (37.89% from 255) = 76.19%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=2.38%
G=76.19%
B=21.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396270.9700.720.62135.4893.9419.41
Hex3601B610483E875e13
Octal31403314101107620713623
Binary1111000001101111000010100100011111010000111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03601b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03601b; }

 p { color: rgb(3,96,27); }

 H1.HeaderClassName
 {
   color: #03601b;
 }
 .AnyTagClassName
 {
   color: #03601b;
 }
</style>
background-color css

<style>
 a { background-color: #03601b; }

 a { background-color: rgb(3,96,27); }

 div.DivClassName
 {
   background-color: #03601b;
 }
 .BgClassName
 {
   background-color: #03601b;
 }
</style>
border-color css

<style>
 span { border-color: #03601b; }

 span { border-color: rgb(3,96,27); }

 td.TdClassName
 {
   border-color: #03601b;
 }
 .TagClassName
 {
   border-color: #03601b;
 }
</style>