#14611D

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

Shades of Crusoe #14611D

Tints of Crusoe #14611D

Color information

#14611D (or 0x14611D) is unknown color: approx Crusoe. HEX triplet: 14, 61 and 1D. RGB value is (20,97,29). Sum of RGB (Red+Green+Blue) = 20+97+29=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 97 (38.28% from 255 or 66.44% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 97 - color contains mainly: green. Hex color #14611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14611D is #EB9EE2. Grayscale: #424242. Windows color (decimal): -15441635 or 1925396. OLE color: 1925396.

HSL color Cylindrical-coordinate representation of color #14611D: hue angle of 127.01º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14611D is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB209729-
CMYK0.7900.700.62
HSL127.01º65.81%22.94%-
HSV(B)127.01º79.38%38.04%-
XYZ4.788.792.61-
YUV66.22106.9995.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 97 (38.28% from 255) = 66.44%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=13.70%
G=66.44%
B=19.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097290.7900.700.62127.0165.8122.94
Hex14611D4F0463E7f4217
Octal241413511701067617710227
Binary101001100001111011001111010001101111101111111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14611D; }

 p { color: rgb(20,97,29); }

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

<style>
 a { background-color: #14611D; }

 a { background-color: rgb(20,97,29); }

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

<style>
 span { border-color: #14611D; }

 span { border-color: rgb(20,97,29); }

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