#14532A

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

Shades of Crusoe #14532A

Tints of Crusoe #14532A

Color information

#14532A (or 0x14532A) is unknown color: approx Crusoe. HEX triplet: 14, 53 and 2A. RGB value is (20,83,42). Sum of RGB (Red+Green+Blue) = 20+83+42=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #14532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14532A is #EBACD5. Grayscale: #3B3B3B. Windows color (decimal): -15445206 or 2773780. OLE color: 2773780.

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

Color convert

RGB208342-
CMYK0.7600.490.67
HSL140.95º61.17%20.2%-
HSV(B)140.95º75.9%32.55%-
XYZ3.86.53.25-
YUV59.49118.1399.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=13.79%
G=57.24%
B=28.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083420.7600.490.67140.9561.1720.2
Hex14532A4C031438d3d14
Octal24123521140611032157524
Binary1010010100111010101001100011000110000111000110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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