#05621E

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

Shades of Crusoe #05621E

Tints of Crusoe #05621E

Color information

#05621E (or 0x05621E) is unknown color: approx Crusoe. HEX triplet: 05, 62 and 1E. RGB value is (5,98,30). Sum of RGB (Red+Green+Blue) = 5+98+30=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #05621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05621E is #FA9DE1. Grayscale: #3E3E3E. Windows color (decimal): -16424418 or 1991173. OLE color: 1991173.

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

Color convert

RGB59830-
CMYK0.9500.690.62
HSL136.13º90.29%20.2%-
HSV(B)136.13º94.9%38.43%-
XYZ4.668.862.69-
YUV62.44109.6987.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 98 (38.67% from 255) = 73.68%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=3.76%
G=73.68%
B=22.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598300.9500.690.62136.1390.2920.2
Hex5621E5F0453E885a14
Octal51423613701057621013224
Binary10111000101111010111110100010111111010001000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05621E; }

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

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

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

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

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

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

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

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