#135021

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

Shades of Crusoe #135021

Tints of Crusoe #135021

Color information

#135021 (or 0x135021) is unknown color: approx Crusoe. HEX triplet: 13, 50 and 21. RGB value is (19,80,33). Sum of RGB (Red+Green+Blue) = 19+80+33=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #135021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135021 is #ECAFDE. Grayscale: #383838. Windows color (decimal): -15511519 or 2183187. OLE color: 2183187.

HSL color Cylindrical-coordinate representation of color #135021: hue angle of 133.77º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135021 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB198033-
CMYK0.7600.590.69
HSL133.77º61.62%19.41%-
HSV(B)133.77º76.25%31.37%-
XYZ3.415.992.41-
YUV56.4114.79101.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 80 (31.64% from 255) = 60.61%
BLUE value IS 33 (13.28% from 255) = 25%
R=14.39%
G=60.61%
B=25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980330.7600.590.69133.7761.6219.41
Hex1350214C03B45863e13
Octal23120411140731052067623
Binary1001110100001000011001100011101110001011000011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135021; }

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

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

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

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

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

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

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

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