#04622A

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

Shades of Crusoe #04622A

Tints of Crusoe #04622A

Color information

#04622A (or 0x04622A) is unknown color: approx Crusoe. HEX triplet: 04, 62 and 2A. RGB value is (4,98,42). Sum of RGB (Red+Green+Blue) = 4+98+42=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #04622A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04622A is #FB9DD5. Grayscale: #3F3F3F. Windows color (decimal): -16489942 or 2777604. OLE color: 2777604.

HSL color Cylindrical-coordinate representation of color #04622A: hue angle of 144.26º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04622A is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB49842-
CMYK0.9600.570.62
HSL144.26º92.16%20%-
HSV(B)144.26º95.92%38.43%-
XYZ4.848.933.66-
YUV63.51115.8685.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 98 (38.67% from 255) = 68.06%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=2.78%
G=68.06%
B=29.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal498420.9600.570.62144.2692.1620
Hex4622A600393E905c14
Octal4142521400717622013424
Binary10011000101010101100000011100111111010010000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04622A; }

 p { color: rgb(4,98,42); }

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

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

 a { background-color: rgb(4,98,42); }

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

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

 span { border-color: rgb(4,98,42); }

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