#13671E

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

Shades of Crusoe #13671E

Tints of Crusoe #13671E

Color information

#13671E (or 0x13671E) is unknown color: approx Crusoe. HEX triplet: 13, 67 and 1E. RGB value is (19,103,30). Sum of RGB (Red+Green+Blue) = 19+103+30=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #13671E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13671E is #EC98E1. Grayscale: #454545. Windows color (decimal): -15505634 or 1992467. OLE color: 1992467.

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

Color convert

RGB1910330-
CMYK0.8200.710.60
HSL127.86º68.85%23.92%-
HSV(B)127.86º81.55%40.39%-
XYZ5.359.932.86-
YUV69.56105.6791.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 103 (40.62% from 255) = 67.76%
BLUE value IS 30 (12.11% from 255) = 19.74%
R=12.5%
G=67.76%
B=19.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19103300.8200.710.60127.8668.8523.92
Hex13671E520473C804518
Octal231473612201077420010530
Binary1001111001111111010100100100011111110010000000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13671E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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