#046B28

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

Shades of Crusoe #046B28

Tints of Crusoe #046B28

Color information

#046B28 (or 0x046B28) is unknown color: approx Crusoe. HEX triplet: 04, 6B and 28. RGB value is (4,107,40). Sum of RGB (Red+Green+Blue) = 4+107+40=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 107 (42.19% from 255 or 70.86% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 107 - color contains mainly: green. Hex color #046B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B28 is #FB94D7. Grayscale: #444444. Windows color (decimal): -16487640 or 2648836. OLE color: 2648836.

HSL color Cylindrical-coordinate representation of color #046B28: hue angle of 140.97º 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 #046B28 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB410740-
CMYK0.9600.630.58
HSL140.97º92.79%21.76%-
HSV(B)140.97º96.26%41.96%-
XYZ5.6910.693.77-
YUV68.56111.8881.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 107 (42.19% from 255) = 70.86%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=2.65%
G=70.86%
B=26.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107400.9600.630.58140.9792.7921.76
Hex46B286003F3A8d5d16
Octal4153501400777221513526
Binary10011010111010001100000011111111101010001101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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