#136128

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

Shades of Crusoe #136128

Tints of Crusoe #136128

Color information

#136128 (or 0x136128) is unknown color: approx Crusoe. HEX triplet: 13, 61 and 28. RGB value is (19,97,40). Sum of RGB (Red+Green+Blue) = 19+97+40=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #136128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136128 is #EC9ED7. Grayscale: #434343. Windows color (decimal): -15507160 or 2646291. OLE color: 2646291.

HSL color Cylindrical-coordinate representation of color #136128: hue angle of 136.15º 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 #136128 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB199740-
CMYK0.8000.590.62
HSL136.15º67.24%22.75%-
HSV(B)136.15º80.41%38.04%-
XYZ4.938.843.45-
YUV67.18112.6693.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 97 (38.28% from 255) = 62.18%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=12.18%
G=62.18%
B=25.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997400.8000.590.62136.1567.2422.75
Hex1361285003B3E884317
Octal23141501200737621010327
Binary1001111000011010001010000011101111111010001000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136128; }

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

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

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

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

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

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

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

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