#13531F

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

Shades of Crusoe #13531F

Tints of Crusoe #13531F

Color information

#13531F (or 0x13531F) is unknown color: approx Crusoe. HEX triplet: 13, 53 and 1F. RGB value is (19,83,31). Sum of RGB (Red+Green+Blue) = 19+83+31=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #13531F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13531F is #ECACE0. Grayscale: #3A3A3A. Windows color (decimal): -15510753 or 2052883. OLE color: 2052883.

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

Color convert

RGB198331-
CMYK0.7700.630.67
HSL131.25º62.75%20%-
HSV(B)131.25º77.11%32.55%-
XYZ3.616.422.35-
YUV57.94112.8100.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 83 (32.81% from 255) = 62.41%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=14.29%
G=62.41%
B=23.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983310.7700.630.67131.2562.7520
Hex13531F4D03F43833f14
Octal23123371150771032037724
Binary100111010011111111001101011111110000111000001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13531F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13531F; }

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

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

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

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

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

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

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

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