#14662A

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

Shades of Crusoe #14662A

Tints of Crusoe #14662A

Color information

#14662A (or 0x14662A) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 2A. RGB value is (20,102,42). Sum of RGB (Red+Green+Blue) = 20+102+42=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #14662A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14662A is #EB99D5. Grayscale: #464646. Windows color (decimal): -15440342 or 2778644. OLE color: 2778644.

HSL color Cylindrical-coordinate representation of color #14662A: hue angle of 136.1º 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 #14662A is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB2010242-
CMYK0.8000.590.6
HSL136.1º67.21%23.92%-
HSV(B)136.1º80.39%40%-
XYZ5.469.823.8-
YUV70.64111.8391.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 102 (40.23% from 255) = 62.20%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=12.20%
G=62.20%
B=25.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102420.8000.590.6136.167.2123.92
Hex14662A5003B3C884318
Octal24146521200737421010330
Binary1010011001101010101010000011101111110010001000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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