#14622F

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

Shades of Crusoe #14622F

Tints of Crusoe #14622F

Color information

#14622F (or 0x14622F) is unknown color: approx Crusoe. HEX triplet: 14, 62 and 2F. RGB value is (20,98,47). Sum of RGB (Red+Green+Blue) = 20+98+47=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #14622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14622F is #EB9DD0. Grayscale: #444444. Windows color (decimal): -15441361 or 3105300. OLE color: 3105300.

HSL color Cylindrical-coordinate representation of color #14622F: hue angle of 140.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14622F is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB209847-
CMYK0.8000.520.62
HSL140.77º66.1%23.14%-
HSV(B)140.77º79.59%38.43%-
XYZ5.179.094.17-
YUV68.86115.6693.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 98 (38.67% from 255) = 59.39%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=12.12%
G=59.39%
B=28.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098470.8000.520.62140.7766.123.14
Hex14622F500343E8d4217
Octal24142571200647621510227
Binary1010011000101011111010000011010011111010001101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14622F; }

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

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

<style>
 a { background-color: #14622F; }

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

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

<style>
 span { border-color: #14622F; }

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

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