#05622A

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

Shades of Crusoe #05622A

Tints of Crusoe #05622A

Color information

#05622A (or 0x05622A) is unknown color: approx Crusoe. HEX triplet: 05, 62 and 2A. RGB value is (5,98,42). Sum of RGB (Red+Green+Blue) = 5+98+42=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 98 (38.67% from 255 or 67.59% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 98 - color contains mainly: green. Hex color #05622A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05622A is #FA9DD5. Grayscale: #3F3F3F. Windows color (decimal): -16424406 or 2777605. OLE color: 2777605.

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

Color convert

RGB59842-
CMYK0.9500.570.62
HSL143.87º90.29%20.2%-
HSV(B)143.87º94.9%38.43%-
XYZ4.858.933.66-
YUV63.81115.6986.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 98 (38.67% from 255) = 67.59%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=3.45%
G=67.59%
B=28.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598420.9500.570.62143.8790.2920.2
Hex5622A5F0393E905a14
Octal5142521370717622013224
Binary10111000101010101011111011100111111010010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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