#03601F

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

Shades of Crusoe #03601F

Tints of Crusoe #03601F

Color information

#03601F (or 0x03601F) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 1F. RGB value is (3,96,31). Sum of RGB (Red+Green+Blue) = 3+96+31=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #03601F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03601F is #FC9FE0. Grayscale: #3C3C3C. Windows color (decimal): -16556001 or 2056195. OLE color: 2056195.

HSL color Cylindrical-coordinate representation of color #03601F: hue angle of 138.06º 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 #03601F is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB39631-
CMYK0.9700.680.62
HSL138.06º93.94%19.41%-
HSV(B)138.06º96.88%37.65%-
XYZ4.478.482.7-
YUV60.78111.1986.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 96 (37.89% from 255) = 73.85%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=2.31%
G=73.85%
B=23.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396310.9700.680.62138.0693.9419.41
Hex3601F610443E8a5e13
Octal31403714101047621213623
Binary1111000001111111000010100010011111010001010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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