#135429

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

Shades of Crusoe #135429

Tints of Crusoe #135429

Color information

#135429 (or 0x135429) is unknown color: approx Crusoe. HEX triplet: 13, 54 and 29. RGB value is (19,84,41). Sum of RGB (Red+Green+Blue) = 19+84+41=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #135429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135429 is #ECABD6. Grayscale: #3B3B3B. Windows color (decimal): -15510487 or 2708499. OLE color: 2708499.

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

Color convert

RGB198441-
CMYK0.7700.510.67
HSL140.31º63.11%20.2%-
HSV(B)140.31º77.38%32.94%-
XYZ3.846.643.18-
YUV59.66117.4799-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 84 (33.20% from 255) = 58.33%
BLUE value IS 41 (16.41% from 255) = 28.47%
R=13.19%
G=58.33%
B=28.47%

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
Decimal1984410.7700.510.67140.3163.1120.2
Hex1354294D033438c3f14
Octal23124511150631032147724
Binary1001110101001010011001101011001110000111000110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135429; }

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

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

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

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

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

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

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

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