#14662f

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

Shades of Crusoe #14662F

Tints of Crusoe #14662F

Color information

#14662F (or 0x14662F) is unknown color: approx Crusoe. HEX triplet: 14, 66 and 2F. RGB value is (20,102,47). Sum of RGB (Red+Green+Blue) = 20+102+47=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #14662F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14662F is #EB99D0. Grayscale: #474747. Windows color (decimal): -15440337 or 3106324. OLE color: 3106324.

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

Color convert

RGB2010247-
CMYK0.8000.540.6
HSL139.76º67.21%23.92%-
HSV(B)139.76º80.39%40%-
XYZ5.559.864.3-
YUV71.21114.3391.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 102 (40.23% from 255) = 60.36%
BLUE value IS 47 (18.75% from 255) = 27.81%
R=11.83%
G=60.36%
B=27.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102470.8000.540.6139.7667.2123.92
Hex14662F500363C8c4318
Octal24146571200667421410330
Binary1010011001101011111010000011011011110010001100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14662f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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