#135329

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

Shades of Crusoe #135329

Tints of Crusoe #135329

Color information

#135329 (or 0x135329) is unknown color: approx Crusoe. HEX triplet: 13, 53 and 29. RGB value is (19,83,41). Sum of RGB (Red+Green+Blue) = 19+83+41=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #135329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135329 is #ECACD6. Grayscale: #3B3B3B. Windows color (decimal): -15510743 or 2708243. OLE color: 2708243.

HSL color Cylindrical-coordinate representation of color #135329: hue angle of 140.62º 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 #135329 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB198341-
CMYK0.7700.510.67
HSL140.62º62.75%20%-
HSV(B)140.62º77.11%32.55%-
XYZ3.766.493.15-
YUV59.08117.899.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 83 (32.81% from 255) = 58.04%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=13.29%
G=58.04%
B=28.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983410.7700.510.67140.6262.7520
Hex1353294D033438d3f14
Octal23123511150631032157724
Binary1001110100111010011001101011001110000111000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135329; }

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

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

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

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

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

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

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

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