#05622D

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

Shades of Crusoe #05622D

Tints of Crusoe #05622D

Color information

#05622D (or 0x05622D) is unknown color: approx Crusoe. HEX triplet: 05, 62 and 2D. RGB value is (5,98,45). Sum of RGB (Red+Green+Blue) = 5+98+45=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #05622D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05622D is #FA9DD2. Grayscale: #404040. Windows color (decimal): -16424403 or 2974213. OLE color: 2974213.

HSL color Cylindrical-coordinate representation of color #05622D: hue angle of 145.81º 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 #05622D is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB59845-
CMYK0.9500.540.62
HSL145.81º90.29%20.2%-
HSV(B)145.81º94.9%38.43%-
XYZ4.98.963.95-
YUV64.15117.1985.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 45 (17.97% from 255) = 30.41%
R=3.38%
G=66.22%
B=30.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598450.9500.540.62145.8190.2920.2
Hex5622D5F0363E925a14
Octal5142551370667622213224
Binary10111000101011011011111011011011111010010010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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