#05632A

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

Shades of Crusoe #05632A

Tints of Crusoe #05632A

Color information

#05632A (or 0x05632A) is unknown color: approx Crusoe. HEX triplet: 05, 63 and 2A. RGB value is (5,99,42). Sum of RGB (Red+Green+Blue) = 5+99+42=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #05632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05632A is #FA9CD5. Grayscale: #404040. Windows color (decimal): -16424150 or 2777861. OLE color: 2777861.

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

Color convert

RGB59942-
CMYK0.9500.580.61
HSL143.62º90.38%20.39%-
HSV(B)143.62º94.95%38.82%-
XYZ4.949.123.69-
YUV64.4115.3685.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 99 (39.06% from 255) = 67.81%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=3.42%
G=67.81%
B=28.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal599420.9500.580.61143.6290.3820.39
Hex5632A5F03A3D905a14
Octal5143521370727522013224
Binary10111000111010101011111011101011110110010000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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