#135324

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

Shades of Crusoe #135324

Tints of Crusoe #135324

Color information

#135324 (or 0x135324) is unknown color: approx Crusoe. HEX triplet: 13, 53 and 24. RGB value is (19,83,36). Sum of RGB (Red+Green+Blue) = 19+83+36=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #135324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135324 is #ECACDB. Grayscale: #3A3A3A. Windows color (decimal): -15510748 or 2380563. OLE color: 2380563.

HSL color Cylindrical-coordinate representation of color #135324: hue angle of 135.94º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135324 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB198336-
CMYK0.7700.570.67
HSL135.94º62.75%20%-
HSV(B)135.94º77.11%32.55%-
XYZ3.686.452.72-
YUV58.51115.399.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=13.77%
G=60.14%
B=26.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983360.7700.570.67135.9462.7520
Hex1353244D03943883f14
Octal23123441150711032107724
Binary1001110100111001001001101011100110000111000100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135324; }

 p { color: rgb(19,83,36); }

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

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

 a { background-color: rgb(19,83,36); }

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

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

 span { border-color: rgb(19,83,36); }

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