#14601D

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

Shades of Crusoe #14601D

Tints of Crusoe #14601D

Color information

#14601D (or 0x14601D) is unknown color: approx Crusoe. HEX triplet: 14, 60 and 1D. RGB value is (20,96,29). Sum of RGB (Red+Green+Blue) = 20+96+29=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #14601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14601D is #EB9FE2. Grayscale: #414141. Windows color (decimal): -15441891 or 1925140. OLE color: 1925140.

HSL color Cylindrical-coordinate representation of color #14601D: hue angle of 127.11º 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 #14601D is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB209629-
CMYK0.7900.700.62
HSL127.11º65.52%22.75%-
HSV(B)127.11º79.17%37.65%-
XYZ4.698.62.58-
YUV65.64107.3295.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 96 (37.89% from 255) = 66.21%
BLUE value IS 29 (11.72% from 255) = 20%
R=13.79%
G=66.21%
B=20%

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
Decimal2096290.7900.700.62127.1165.5222.75
Hex14601D4F0463E7f4217
Octal241403511701067617710227
Binary101001100000111011001111010001101111101111111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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