#14521E

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

Shades of Crusoe #14521E

Tints of Crusoe #14521E

Color information

#14521E (or 0x14521E) is unknown color: approx Crusoe. HEX triplet: 14, 52 and 1E. RGB value is (20,82,30). Sum of RGB (Red+Green+Blue) = 20+82+30=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #14521E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14521E is #EBADE1. Grayscale: #393939. Windows color (decimal): -15445474 or 1987092. OLE color: 1987092.

HSL color Cylindrical-coordinate representation of color #14521E: hue angle of 129.68º 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 #14521E is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB208230-
CMYK0.7600.630.68
HSL129.68º60.78%20%-
HSV(B)129.68º75.61%32.16%-
XYZ3.546.282.25-
YUV57.53112.46101.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 82 (32.42% from 255) = 62.12%
BLUE value IS 30 (12.11% from 255) = 22.73%
R=15.15%
G=62.12%
B=22.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2082300.7600.630.68129.6860.7820
Hex14521E4C03F44823d14
Octal24122361140771042027524
Binary101001010010111101001100011111110001001000001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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