#135C21

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

Shades of Crusoe #135C21

Tints of Crusoe #135C21

Color information

#135C21 (or 0x135C21) is unknown color: approx Crusoe. HEX triplet: 13, 5C and 21. RGB value is (19,92,33). Sum of RGB (Red+Green+Blue) = 19+92+33=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #135C21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135C21 is #ECA3DE. Grayscale: #3F3F3F. Windows color (decimal): -15508447 or 2186259. OLE color: 2186259.

HSL color Cylindrical-coordinate representation of color #135C21: hue angle of 131.51º degrees, saturation: 0.66, 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 #135C21 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB199233-
CMYK0.7900.640.64
HSL131.51º65.77%21.76%-
HSV(B)131.51º79.35%36.08%-
XYZ4.377.92.73-
YUV63.45110.8296.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 92 (36.33% from 255) = 63.89%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=13.19%
G=63.89%
B=22.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1992330.7900.640.64131.5165.7721.76
Hex135C214F04040844216
Octal2313441117010010020410226
Binary100111011100100001100111101000000100000010000100100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,92,33); }

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

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

 a { background-color: rgb(19,92,33); }

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

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

 span { border-color: rgb(19,92,33); }

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