#125736

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

Shades of Crusoe #125736

Tints of Crusoe #125736

Color information

#125736 (or 0x125736) is unknown color: approx Crusoe. HEX triplet: 12, 57 and 36. RGB value is (18,87,54). Sum of RGB (Red+Green+Blue) = 18+87+54=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #125736 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125736 is #EDA8C9. Grayscale: #3E3E3E. Windows color (decimal): -15575242 or 3561234. OLE color: 3561234.

HSL color Cylindrical-coordinate representation of color #125736: hue angle of 151.3º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125736 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB188754-
CMYK0.7900.380.66
HSL151.3º65.71%20.59%-
HSV(B)151.3º79.31%34.12%-
XYZ4.327.214.65-
YUV62.61123.1496.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 54 (21.48% from 255) = 33.96%
R=11.32%
G=54.72%
B=33.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1887540.7900.380.66151.365.7120.59
Hex1257364F02642974215
Octal221276611704610222710225
Binary10010101011111011010011110100110100001010010111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125736; }

 p { color: rgb(18,87,54); }

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

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

 a { background-color: rgb(18,87,54); }

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

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

 span { border-color: rgb(18,87,54); }

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