#046B29

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

Shades of Crusoe #046B29

Tints of Crusoe #046B29

Color information

#046B29 (or 0x046B29) is unknown color: approx Crusoe. HEX triplet: 04, 6B and 29. RGB value is (4,107,41). Sum of RGB (Red+Green+Blue) = 4+107+41=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 107 (42.19% from 255 or 70.39% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 107 - color contains mainly: green. Hex color #046B29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B29 is #FB94D6. Grayscale: #444444. Windows color (decimal): -16487639 or 2714372. OLE color: 2714372.

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

Color convert

RGB410741-
CMYK0.9600.620.58
HSL141.55º92.79%21.76%-
HSV(B)141.55º96.26%41.96%-
XYZ5.7110.73.86-
YUV68.68112.3881.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 107 (42.19% from 255) = 70.39%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=2.63%
G=70.39%
B=26.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107410.9600.620.58141.5592.7921.76
Hex46B296003E3A8e5d16
Octal4153511400767221613526
Binary10011010111010011100000011111011101010001110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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