#135F31

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

Shades of Crusoe #135F31

Tints of Crusoe #135F31

Color information

#135F31 (or 0x135F31) is unknown color: approx Crusoe. HEX triplet: 13, 5F and 31. RGB value is (19,95,49). Sum of RGB (Red+Green+Blue) = 19+95+49=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #135F31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135F31 is #ECA0CE. Grayscale: #434343. Windows color (decimal): -15507663 or 3235603. OLE color: 3235603.

HSL color Cylindrical-coordinate representation of color #135F31: hue angle of 143.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #135F31 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB199549-
CMYK0.8000.480.63
HSL143.68º66.67%22.35%-
HSV(B)143.68º80%37.25%-
XYZ4.928.544.3-
YUV67.03117.8293.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 95 (37.5% from 255) = 58.28%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=11.66%
G=58.28%
B=30.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1995490.8000.480.63143.6866.6722.35
Hex135F31500303F904316
Octal23137611200607722010326
Binary1001110111111100011010000011000011111110010000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,95,49); }

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

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

 a { background-color: rgb(19,95,49); }

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

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

 span { border-color: rgb(19,95,49); }

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