#05621A

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

Shades of Crusoe #05621A

Tints of Crusoe #05621A

Color information

#05621A (or 0x05621A) is unknown color: approx Crusoe. HEX triplet: 05, 62 and 1A. RGB value is (5,98,26). Sum of RGB (Red+Green+Blue) = 5+98+26=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #05621A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05621A is #FA9DE5. Grayscale: #3E3E3E. Windows color (decimal): -16424422 or 1729029. OLE color: 1729029.

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

Color convert

RGB59826-
CMYK0.9500.730.62
HSL133.55º90.29%20.2%-
HSV(B)133.55º94.9%38.43%-
XYZ4.628.842.44-
YUV61.98107.6987.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 98 (38.67% from 255) = 75.97%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=3.88%
G=75.97%
B=20.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598260.9500.730.62133.5590.2920.2
Hex5621A5F0493E865a14
Octal51423213701117620613224
Binary10111000101101010111110100100111111010000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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