#03672D

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

Shades of Crusoe #03672D

Tints of Crusoe #03672D

Color information

#03672D (or 0x03672D) is unknown color: approx Crusoe. HEX triplet: 03, 67 and 2D. RGB value is (3,103,45). Sum of RGB (Red+Green+Blue) = 3+103+45=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #03672D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03672D is #FC98D2. Grayscale: #424242. Windows color (decimal): -16554195 or 2975491. OLE color: 2975491.

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

Color convert

RGB310345-
CMYK0.9700.560.60
HSL145.2º94.34%20.78%-
HSV(B)145.2º97.09%40.39%-
XYZ5.369.914.11-
YUV66.49115.8782.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 103 (40.62% from 255) = 68.21%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=1.99%
G=68.21%
B=29.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3103450.9700.560.60145.294.3420.78
Hex3672D610383C915e15
Octal3147551410707422113625
Binary1111001111011011100001011100011110010010001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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