#05632C

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

Shades of Crusoe #05632C

Tints of Crusoe #05632C

Color information

#05632C (or 0x05632C) is unknown color: approx Crusoe. HEX triplet: 05, 63 and 2C. RGB value is (5,99,44). Sum of RGB (Red+Green+Blue) = 5+99+44=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #05632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05632C is #FA9CD3. Grayscale: #404040. Windows color (decimal): -16424148 or 2908933. OLE color: 2908933.

HSL color Cylindrical-coordinate representation of color #05632C: hue angle of 144.89º 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 #05632C is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB59944-
CMYK0.9500.560.61
HSL144.89º90.38%20.39%-
HSV(B)144.89º94.95%38.82%-
XYZ4.989.143.88-
YUV64.62116.3685.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 99 (39.06% from 255) = 66.89%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=3.38%
G=66.89%
B=29.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal599440.9500.560.61144.8990.3820.39
Hex5632C5F0383D915a14
Octal5143541370707522113224
Binary10111000111011001011111011100011110110010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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