#14541E

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

Shades of Crusoe #14541E

Tints of Crusoe #14541E

Color information

#14541E (or 0x14541E) is unknown color: approx Crusoe. HEX triplet: 14, 54 and 1E. RGB value is (20,84,30). Sum of RGB (Red+Green+Blue) = 20+84+30=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 84 (33.20% from 255 or 62.69% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 84 - color contains mainly: green. Hex color #14541E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14541E is #EBABE1. Grayscale: #3A3A3A. Windows color (decimal): -15444962 or 1987604. OLE color: 1987604.

HSL color Cylindrical-coordinate representation of color #14541E: hue angle of 129.38º degrees, saturation: 0.62, 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 #14541E is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB208430-
CMYK0.7600.640.67
HSL129.38º61.54%20.39%-
HSV(B)129.38º76.19%32.94%-
XYZ3.696.582.3-
YUV58.71111.8100.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 84 (33.20% from 255) = 62.69%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=14.93%
G=62.69%
B=22.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2084300.7600.640.67129.3861.5420.39
Hex14541E4C04043813e14
Octal241243611401001032017624
Binary1010010101001111010011000100000010000111000000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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