#05662A

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

Shades of Crusoe #05662A

Tints of Crusoe #05662A

Color information

#05662A (or 0x05662A) is unknown color: approx Crusoe. HEX triplet: 05, 66 and 2A. RGB value is (5,102,42). Sum of RGB (Red+Green+Blue) = 5+102+42=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 102 (40.23% from 255 or 68.46% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 102 - color contains mainly: green. Hex color #05662A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05662A is #FA99D5. Grayscale: #424242. Windows color (decimal): -16423382 or 2778629. OLE color: 2778629.

HSL color Cylindrical-coordinate representation of color #05662A: hue angle of 142.89º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05662A is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB510242-
CMYK0.9500.590.6
HSL142.89º90.65%20.98%-
HSV(B)142.89º95.1%40%-
XYZ5.239.73.79-
YUV66.16114.3684.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 102 (40.23% from 255) = 68.46%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=3.36%
G=68.46%
B=28.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102420.9500.590.6142.8990.6520.98
Hex5662A5F03B3C8f5b15
Octal5146521370737421713325
Binary10111001101010101011111011101111110010001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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