#13622A

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

Shades of Crusoe #13622A

Tints of Crusoe #13622A

Color information

#13622A (or 0x13622A) is unknown color: approx Crusoe. HEX triplet: 13, 62 and 2A. RGB value is (19,98,42). Sum of RGB (Red+Green+Blue) = 19+98+42=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #13622A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13622A is #EC9DD5. Grayscale: #444444. Windows color (decimal): -15506902 or 2777619. OLE color: 2777619.

HSL color Cylindrical-coordinate representation of color #13622A: hue angle of 137.47º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13622A is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB199842-
CMYK0.8100.570.62
HSL137.47º67.52%22.94%-
HSV(B)137.47º80.61%38.43%-
XYZ5.059.043.67-
YUV67.99113.3393.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 98 (38.67% from 255) = 61.64%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=11.95%
G=61.64%
B=26.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998420.8100.570.62137.4767.5222.94
Hex13622A510393E894417
Octal23142521210717621110427
Binary1001111000101010101010001011100111111010001001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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