#13642C

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

Shades of Crusoe #13642C

Tints of Crusoe #13642C

Color information

#13642C (or 0x13642C) is unknown color: approx Crusoe. HEX triplet: 13, 64 and 2C. RGB value is (19,100,44). Sum of RGB (Red+Green+Blue) = 19+100+44=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #13642C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13642C is #EC9BD3. Grayscale: #454545. Windows color (decimal): -15506388 or 2909203. OLE color: 2909203.

HSL color Cylindrical-coordinate representation of color #13642C: hue angle of 138.52º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13642C is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1910044-
CMYK0.8100.560.61
HSL138.52º68.07%23.33%-
HSV(B)138.52º81%39.22%-
XYZ5.289.433.93-
YUV69.4113.6692.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 100 (39.45% from 255) = 61.35%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=11.66%
G=61.35%
B=26.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100440.8100.560.61138.5268.0723.33
Hex13642C510383D8b4417
Octal23144541210707521310427
Binary1001111001001011001010001011100011110110001011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13642C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13642C; }

 p { color: rgb(19,100,44); }

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

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

 a { background-color: rgb(19,100,44); }

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

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

 span { border-color: rgb(19,100,44); }

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