#13682A

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

Shades of Crusoe #13682A

Tints of Crusoe #13682A

Color information

#13682A (or 0x13682A) is unknown color: approx Crusoe. HEX triplet: 13, 68 and 2A. RGB value is (19,104,42). Sum of RGB (Red+Green+Blue) = 19+104+42=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #13682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13682A is #EC97D5. Grayscale: #474747. Windows color (decimal): -15505366 or 2779155. OLE color: 2779155.

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

Color convert

RGB1910442-
CMYK0.8200.600.59
HSL136.24º69.11%24.12%-
HSV(B)136.24º81.73%40.78%-
XYZ5.6410.213.86-
YUV71.52111.3490.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 104 (41.02% from 255) = 63.03%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=11.52%
G=63.03%
B=25.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104420.8200.600.59136.2469.1124.12
Hex13682A5203C3B884518
Octal23150521220747321010530
Binary1001111010001010101010010011110011101110001000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13682A; }

 p { color: rgb(19,104,42); }

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

<style>
 a { background-color: #13682A; }

 a { background-color: rgb(19,104,42); }

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

<style>
 span { border-color: #13682A; }

 span { border-color: rgb(19,104,42); }

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