#125520

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

Shades of Crusoe #125520

Tints of Crusoe #125520

Color information

#125520 (or 0x125520) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 20. RGB value is (18,85,32). Sum of RGB (Red+Green+Blue) = 18+85+32=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #125520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125520 is #EDAADF. Grayscale: #3B3B3B. Windows color (decimal): -15575776 or 2118930. OLE color: 2118930.

HSL color Cylindrical-coordinate representation of color #125520: hue angle of 132.54º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125520 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB188532-
CMYK0.7900.620.67
HSL132.54º65.05%20.2%-
HSV(B)132.54º78.82%33.33%-
XYZ3.766.732.47-
YUV58.92112.898.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 85 (33.59% from 255) = 62.96%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=13.33%
G=62.96%
B=23.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885320.7900.620.67132.5465.0520.2
Hex1255204F03E43854114
Octal221254011707610320510124
Binary10010101010110000010011110111110100001110000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125520; }

 p { color: rgb(18,85,32); }

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

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

 a { background-color: rgb(18,85,32); }

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

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

 span { border-color: rgb(18,85,32); }

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