#135534

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

Shades of Crusoe #135534

Tints of Crusoe #135534

Color information

#135534 (or 0x135534) is unknown color: approx Crusoe. HEX triplet: 13, 55 and 34. RGB value is (19,85,52). Sum of RGB (Red+Green+Blue) = 19+85+52=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #135534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135534 is #ECAACB. Grayscale: #3D3D3D. Windows color (decimal): -15510220 or 3429651. OLE color: 3429651.

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

Color convert

RGB198552-
CMYK0.7800.390.67
HSL150º63.46%20.39%-
HSV(B)150º77.65%33.33%-
XYZ4.146.884.36-
YUV61.5122.6397.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=12.18%
G=54.49%
B=33.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985520.7800.390.6715063.4620.39
Hex1355344E02743963f14
Octal23125641160471032267724
Binary1001110101011101001001110010011110000111001011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135534; }

 p { color: rgb(19,85,52); }

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

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

 a { background-color: rgb(19,85,52); }

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

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

 span { border-color: rgb(19,85,52); }

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