#046E29

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

Shades of Crusoe #046E29

Tints of Crusoe #046E29

Color information

#046E29 (or 0x046E29) is unknown color: approx Crusoe. HEX triplet: 04, 6E and 29. RGB value is (4,110,41). Sum of RGB (Red+Green+Blue) = 4+110+41=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 110 (43.36% from 255 or 70.97% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 110 - color contains mainly: green. Hex color #046E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046E29 is #FB91D6. Grayscale: #464646. Windows color (decimal): -16486871 or 2715140. OLE color: 2715140.

HSL color Cylindrical-coordinate representation of color #046E29: hue angle of 140.94º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046E29 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB411041-
CMYK0.9600.630.57
HSL140.94º92.98%22.35%-
HSV(B)140.94º96.36%43.14%-
XYZ6.0311.343.97-
YUV70.44111.3880.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 110 (43.36% from 255) = 70.97%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=2.58%
G=70.97%
B=26.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4110410.9600.630.57140.9492.9822.35
Hex46E296003F398d5d16
Octal4156511400777121513526
Binary10011011101010011100000011111111100110001101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046E29; }

 p { color: rgb(4,110,41); }

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

<style>
 a { background-color: #046E29; }

 a { background-color: rgb(4,110,41); }

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

<style>
 span { border-color: #046E29; }

 span { border-color: rgb(4,110,41); }

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