#13662C

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

Shades of Crusoe #13662C

Tints of Crusoe #13662C

Color information

#13662C (or 0x13662C) is unknown color: approx Crusoe. HEX triplet: 13, 66 and 2C. RGB value is (19,102,44). Sum of RGB (Red+Green+Blue) = 19+102+44=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 102 (40.23% from 255 or 61.82% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 102 - color contains mainly: green. Hex color #13662C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13662C is #EC99D3. Grayscale: #464646. Windows color (decimal): -15505876 or 2909715. OLE color: 2909715.

HSL color Cylindrical-coordinate representation of color #13662C: hue angle of 138.07º 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 #13662C is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1910244-
CMYK0.8100.570.6
HSL138.07º68.6%23.73%-
HSV(B)138.07º81.37%40%-
XYZ5.479.823.99-
YUV70.5711391.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 102 (40.23% from 255) = 61.82%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=11.52%
G=61.82%
B=26.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102440.8100.570.6138.0768.623.73
Hex13662C510393C8a4518
Octal23146541210717421210530
Binary1001111001101011001010001011100111110010001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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