#03661F

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

Shades of Crusoe #03661F

Tints of Crusoe #03661F

Color information

#03661F (or 0x03661F) is unknown color: approx Crusoe. HEX triplet: 03, 66 and 1F. RGB value is (3,102,31). Sum of RGB (Red+Green+Blue) = 3+102+31=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 102 (40.23% from 255 or 75% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 102 - color contains mainly: green. Hex color #03661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03661F is #FC99E0. Grayscale: #404040. Windows color (decimal): -16554465 or 2057731. OLE color: 2057731.

HSL color Cylindrical-coordinate representation of color #03661F: hue angle of 136.97º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03661F is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB310231-
CMYK0.9700.700.6
HSL136.97º94.29%20.59%-
HSV(B)136.97º97.06%40%-
XYZ5.049.622.89-
YUV64.3109.284.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 102 (40.23% from 255) = 75%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=2.21%
G=75%
B=22.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3102310.9700.700.6136.9794.2920.59
Hex3661F610463C895e15
Octal31463714101067421113625
Binary1111001101111111000010100011011110010001001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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