#046B22

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

Shades of Crusoe #046B22

Tints of Crusoe #046B22

Color information

#046B22 (or 0x046B22) is unknown color: approx Crusoe. HEX triplet: 04, 6B and 22. RGB value is (4,107,34). Sum of RGB (Red+Green+Blue) = 4+107+34=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 107 (42.19% from 255 or 73.79% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 107 - color contains mainly: green. Hex color #046B22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046B22 is #FB94DD. Grayscale: #444444. Windows color (decimal): -16487646 or 2255620. OLE color: 2255620.

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

Color convert

RGB410734-
CMYK0.9600.680.58
HSL137.48º92.79%21.76%-
HSV(B)137.48º96.26%41.96%-
XYZ5.610.663.28-
YUV67.88108.8882.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 107 (42.19% from 255) = 73.79%
BLUE value IS 34 (13.67% from 255) = 23.45%
R=2.76%
G=73.79%
B=23.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4107340.9600.680.58137.4892.7921.76
Hex46B22600443A895d16
Octal41534214001047221113526
Binary100110101110001011000000100010011101010001001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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