#14672E

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

Shades of Crusoe #14672E

Tints of Crusoe #14672E

Color information

#14672E (or 0x14672E) is unknown color: approx Crusoe. HEX triplet: 14, 67 and 2E. RGB value is (20,103,46). Sum of RGB (Red+Green+Blue) = 20+103+46=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #14672E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14672E is #EB98D1. Grayscale: #474747. Windows color (decimal): -15440082 or 3041044. OLE color: 3041044.

HSL color Cylindrical-coordinate representation of color #14672E: hue angle of 138.8º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14672E is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB2010346-
CMYK0.8100.550.60
HSL138.8º67.48%24.12%-
HSV(B)138.8º80.58%40.39%-
XYZ5.6310.054.23-
YUV71.68113.591.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 103 (40.62% from 255) = 60.95%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=11.83%
G=60.95%
B=27.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103460.8100.550.60138.867.4824.12
Hex14672E510373C8b4318
Octal24147561210677421310330
Binary1010011001111011101010001011011111110010001011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,103,46); }

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

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

 a { background-color: rgb(20,103,46); }

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

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

 span { border-color: rgb(20,103,46); }

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