#14522A

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

Shades of Crusoe #14522A

Tints of Crusoe #14522A

Color information

#14522A (or 0x14522A) is unknown color: approx Crusoe. HEX triplet: 14, 52 and 2A. RGB value is (20,82,42). Sum of RGB (Red+Green+Blue) = 20+82+42=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #14522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14522A is #EBADD5. Grayscale: #3A3A3A. Windows color (decimal): -15445462 or 2773524. OLE color: 2773524.

HSL color Cylindrical-coordinate representation of color #14522A: hue angle of 141.29º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14522A is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB208242-
CMYK0.7600.490.68
HSL141.29º60.78%20%-
HSV(B)141.29º75.61%32.16%-
XYZ3.726.353.22-
YUV58.9118.46100.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 82 (32.42% from 255) = 56.94%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=13.89%
G=56.94%
B=29.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2082420.7600.490.68141.2960.7820
Hex14522A4C031448d3d14
Octal24122521140611042157524
Binary1010010100101010101001100011000110001001000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,82,42); }

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

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

 a { background-color: rgb(20,82,42); }

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

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

 span { border-color: rgb(20,82,42); }

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