#135326

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

Shades of Crusoe #135326

Tints of Crusoe #135326

Color information

#135326 (or 0x135326) is unknown color: approx Crusoe. HEX triplet: 13, 53 and 26. RGB value is (19,83,38). Sum of RGB (Red+Green+Blue) = 19+83+38=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #135326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135326 is #ECACD9. Grayscale: #3A3A3A. Windows color (decimal): -15510746 or 2511635. OLE color: 2511635.

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

Color convert

RGB198338-
CMYK0.7700.540.67
HSL137.81º62.75%20%-
HSV(B)137.81º77.11%32.55%-
XYZ3.716.462.89-
YUV58.73116.399.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 83 (32.81% from 255) = 59.29%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=13.57%
G=59.29%
B=27.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983380.7700.540.67137.8162.7520
Hex1353264D036438a3f14
Octal23123461150661032127724
Binary1001110100111001101001101011011010000111000101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135326; }

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

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

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

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

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

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

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

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