#04662F

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

Shades of Crusoe #04662F

Tints of Crusoe #04662F

Color information

#04662F (or 0x04662F) is unknown color: approx Crusoe. HEX triplet: 04, 66 and 2F. RGB value is (4,102,47). Sum of RGB (Red+Green+Blue) = 4+102+47=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #04662F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04662F is #FB99D0. Grayscale: #424242. Windows color (decimal): -16488913 or 3106308. OLE color: 3106308.

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

Color convert

RGB410247-
CMYK0.9600.540.6
HSL146.33º92.45%20.78%-
HSV(B)146.33º96.08%40%-
XYZ5.319.734.29-
YUV66.43117.0383.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 102 (40.23% from 255) = 66.67%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=2.61%
G=66.67%
B=30.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4102470.9600.540.6146.3392.4520.78
Hex4662F600363C925c15
Octal4146571400667422213425
Binary10011001101011111100000011011011110010010010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,102,47); }

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

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

 a { background-color: rgb(4,102,47); }

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

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

 span { border-color: rgb(4,102,47); }

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