#125936

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

Shades of Crusoe #125936

Tints of Crusoe #125936

Color information

#125936 (or 0x125936) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 36. RGB value is (18,89,54). Sum of RGB (Red+Green+Blue) = 18+89+54=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #125936 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125936 is #EDA6C9. Grayscale: #3F3F3F. Windows color (decimal): -15574730 or 3561746. OLE color: 3561746.

HSL color Cylindrical-coordinate representation of color #125936: hue angle of 150.42º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125936 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB188954-
CMYK0.8000.390.65
HSL150.42º66.36%20.98%-
HSV(B)150.42º79.78%34.9%-
XYZ4.497.544.71-
YUV63.78122.4895.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=11.18%
G=55.28%
B=33.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889540.8000.390.65150.4266.3620.98
Hex1259365002741964215
Octal221316612004710122610225
Binary10010101100111011010100000100111100000110010110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125936; }

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

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

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

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

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

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

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

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