#13661E

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

Shades of Crusoe #13661E

Tints of Crusoe #13661E

Color information

#13661E (or 0x13661E) is unknown color: approx Crusoe. HEX triplet: 13, 66 and 1E. RGB value is (19,102,30). Sum of RGB (Red+Green+Blue) = 19+102+30=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #13661E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13661E is #EC99E1. Grayscale: #454545. Windows color (decimal): -15505890 or 1992211. OLE color: 1992211.

HSL color Cylindrical-coordinate representation of color #13661E: hue angle of 127.95º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13661E is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB1910230-
CMYK0.8100.710.6
HSL127.95º68.6%23.73%-
HSV(B)127.95º81.37%40%-
XYZ5.259.732.83-
YUV68.9710692.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 102 (40.23% from 255) = 67.55%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=12.58%
G=67.55%
B=19.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102300.8100.710.6127.9568.623.73
Hex13661E510473C804518
Octal231463612101077420010530
Binary1001111001101111010100010100011111110010000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13661E; }

 p { color: rgb(19,102,30); }

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

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

 a { background-color: rgb(19,102,30); }

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

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

 span { border-color: rgb(19,102,30); }

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