#03662D

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

Shades of Crusoe #03662D

Tints of Crusoe #03662D

Color information

#03662D (or 0x03662D) is unknown color: approx Crusoe. HEX triplet: 03, 66 and 2D. RGB value is (3,102,45). Sum of RGB (Red+Green+Blue) = 3+102+45=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #03662D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03662D is #FC99D2. Grayscale: #424242. Windows color (decimal): -16554451 or 2975235. OLE color: 2975235.

HSL color Cylindrical-coordinate representation of color #03662D: hue angle of 145.45º 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 #03662D is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB310245-
CMYK0.9700.560.6
HSL145.45º94.29%20.59%-
HSV(B)145.45º97.06%40%-
XYZ5.269.714.08-
YUV65.9116.283.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 102 (40.23% from 255) = 68%
BLUE value IS 45 (17.97% from 255) = 30%
R=2%
G=68%
B=30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3102450.9700.560.6145.4594.2920.59
Hex3662D610383C915e15
Octal3146551410707422113625
Binary1111001101011011100001011100011110010010001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03662D; }

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

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

<style>
 a { background-color: #03662D; }

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

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

<style>
 span { border-color: #03662D; }

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

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