#14662B

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

Shades of Crusoe #14662B

Tints of Crusoe #14662B

Color information

#14662B (or 0x14662B) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 2B. RGB value is (20,102,43). Sum of RGB (Red+Green+Blue) = 20+102+43=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 102 (40.23% from 255 or 61.82% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 102 - color contains mainly: green. Hex color #14662B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14662B is #EB99D4. Grayscale: #464646. Windows color (decimal): -15440341 or 2844180. OLE color: 2844180.

HSL color Cylindrical-coordinate representation of color #14662B: hue angle of 136.83º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14662B is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB2010243-
CMYK0.8000.580.6
HSL136.83º67.21%23.92%-
HSV(B)136.83º80.39%40%-
XYZ5.489.833.89-
YUV70.76112.3391.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 102 (40.23% from 255) = 61.82%
BLUE value IS 43 (17.19% from 255) = 26.06%
R=12.12%
G=61.82%
B=26.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102430.8000.580.6136.8367.2123.92
Hex14662B5003A3C894318
Octal24146531200727421110330
Binary1010011001101010111010000011101011110010001001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14662B; }

 p { color: rgb(20,102,43); }

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

<style>
 a { background-color: #14662B; }

 a { background-color: rgb(20,102,43); }

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

<style>
 span { border-color: #14662B; }

 span { border-color: rgb(20,102,43); }

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