#136125

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

Shades of Crusoe #136125

Tints of Crusoe #136125

Color information

#136125 (or 0x136125) is unknown color: approx Crusoe. HEX triplet: 13, 61 and 25. RGB value is (19,97,37). Sum of RGB (Red+Green+Blue) = 19+97+37=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #136125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136125 is #EC9EDA. Grayscale: #434343. Windows color (decimal): -15507163 or 2449683. OLE color: 2449683.

HSL color Cylindrical-coordinate representation of color #136125: hue angle of 133.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136125 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB199737-
CMYK0.8000.620.62
HSL133.85º67.24%22.75%-
HSV(B)133.85º80.41%38.04%-
XYZ4.888.823.2-
YUV66.84111.1693.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 97 (38.28% from 255) = 63.40%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=12.42%
G=63.40%
B=24.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997370.8000.620.62133.8567.2422.75
Hex1361255003E3E864317
Octal23141451200767620610327
Binary1001111000011001011010000011111011111010000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136125; }

 p { color: rgb(19,97,37); }

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

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

 a { background-color: rgb(19,97,37); }

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

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

 span { border-color: rgb(19,97,37); }

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