#046822

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

Shades of Crusoe #046822

Tints of Crusoe #046822

Color information

#046822 (or 0x046822) is unknown color: approx Crusoe. HEX triplet: 04, 68 and 22. RGB value is (4,104,34). Sum of RGB (Red+Green+Blue) = 4+104+34=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 104 (41.02% from 255 or 73.24% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 104 - color contains mainly: green. Hex color #046822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046822 is #FB97DD. Grayscale: #424242. Windows color (decimal): -16488414 or 2254852. OLE color: 2254852.

HSL color Cylindrical-coordinate representation of color #046822: hue angle of 138º 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 #046822 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB410434-
CMYK0.9600.670.59
HSL138º92.59%21.18%-
HSV(B)138º96.15%40.78%-
XYZ5.2910.043.17-
YUV66.12109.8783.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 104 (41.02% from 255) = 73.24%
BLUE value IS 34 (13.67% from 255) = 23.94%
R=2.82%
G=73.24%
B=23.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4104340.9600.670.5913892.5921.18
Hex46822600433B8a5d15
Octal41504214001037321213525
Binary100110100010001011000000100001111101110001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046822; }

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

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

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

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

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

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

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

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