#135928

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

Shades of Crusoe #135928

Tints of Crusoe #135928

Color information

#135928 (or 0x135928) is unknown color: approx Crusoe. HEX triplet: 13, 59 and 28. RGB value is (19,89,40). Sum of RGB (Red+Green+Blue) = 19+89+40=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #135928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135928 is #ECA6D7. Grayscale: #3E3E3E. Windows color (decimal): -15509208 or 2644243. OLE color: 2644243.

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

Color convert

RGB198940-
CMYK0.7900.550.65
HSL138º64.81%21.18%-
HSV(B)138º78.65%34.9%-
XYZ4.227.443.22-
YUV62.48115.3196.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 89 (35.16% from 255) = 60.14%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=12.84%
G=60.14%
B=27.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989400.7900.550.6513864.8121.18
Hex1359284F037418a4115
Octal231315011706710121210125
Binary10011101100110100010011110110111100000110001010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135928; }

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

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

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

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

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

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

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

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