#135B27

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

Shades of Crusoe #135B27

Tints of Crusoe #135B27

Color information

#135B27 (or 0x135B27) is unknown color: approx Crusoe. HEX triplet: 13, 5B and 27. RGB value is (19,91,39). Sum of RGB (Red+Green+Blue) = 19+91+39=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 91 (35.94% from 255 or 61.07% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 91 - color contains mainly: green. Hex color #135B27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B27 is #ECA4D8. Grayscale: #3F3F3F. Windows color (decimal): -15508697 or 2579219. OLE color: 2579219.

HSL color Cylindrical-coordinate representation of color #135B27: hue angle of 136.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135B27 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB199139-
CMYK0.7900.570.64
HSL136.67º65.45%21.57%-
HSV(B)136.67º79.12%35.69%-
XYZ4.387.773.19-
YUV63.54114.1596.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 91 (35.94% from 255) = 61.07%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=12.75%
G=61.07%
B=26.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991390.7900.570.64136.6765.4521.57
Hex135B274F03940894116
Octal231334711707110021110126
Binary10011101101110011110011110111001100000010001001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135B27; }

 p { color: rgb(19,91,39); }

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

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

 a { background-color: rgb(19,91,39); }

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

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

 span { border-color: rgb(19,91,39); }

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