#125521

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

Shades of Crusoe #125521

Tints of Crusoe #125521

Color information

#125521 (or 0x125521) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 21. RGB value is (18,85,33). Sum of RGB (Red+Green+Blue) = 18+85+33=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #125521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125521 is #EDAADE. Grayscale: #3B3B3B. Windows color (decimal): -15575775 or 2184466. OLE color: 2184466.

HSL color Cylindrical-coordinate representation of color #125521: hue angle of 133.43º 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 #125521 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB188533-
CMYK0.7900.610.67
HSL133.43º65.05%20.2%-
HSV(B)133.43º78.82%33.33%-
XYZ3.776.742.54-
YUV59.04113.398.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 85 (33.59% from 255) = 62.5%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=13.24%
G=62.5%
B=24.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885330.7900.610.67133.4365.0520.2
Hex1255214F03D43854114
Octal221254111707510320510124
Binary10010101010110000110011110111101100001110000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125521; }

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

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

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

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

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

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

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

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