#046922

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

Shades of Crusoe #046922

Tints of Crusoe #046922

Color information

#046922 (or 0x046922) is unknown color: approx Crusoe. HEX triplet: 04, 69 and 22. RGB value is (4,105,34). Sum of RGB (Red+Green+Blue) = 4+105+34=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 105 (41.41% from 255 or 73.43% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 105 - color contains mainly: green. Hex color #046922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046922 is #FB96DD. Grayscale: #424242. Windows color (decimal): -16488158 or 2255108. OLE color: 2255108.

HSL color Cylindrical-coordinate representation of color #046922: hue angle of 137.82º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046922 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB410534-
CMYK0.9600.680.59
HSL137.82º92.66%21.37%-
HSV(B)137.82º96.19%41.18%-
XYZ5.3910.243.21-
YUV66.71109.5483.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 105 (41.41% from 255) = 73.43%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=2.80%
G=73.43%
B=23.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4105340.9600.680.59137.8292.6621.37
Hex46922600443B8a5d15
Octal41514214001047321213525
Binary100110100110001011000000100010011101110001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046922; }

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

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

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

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

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

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

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

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