#14622E

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

Shades of Crusoe #14622E

Tints of Crusoe #14622E

Color information

#14622E (or 0x14622E) is unknown color: approx Crusoe. HEX triplet: 14, 62 and 2E. RGB value is (20,98,46). Sum of RGB (Red+Green+Blue) = 20+98+46=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #14622E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14622E is #EB9DD1. Grayscale: #444444. Windows color (decimal): -15441362 or 3039764. OLE color: 3039764.

HSL color Cylindrical-coordinate representation of color #14622E: hue angle of 140º 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 #14622E is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB209846-
CMYK0.8000.530.62
HSL140º66.1%23.14%-
HSV(B)140º79.59%38.43%-
XYZ5.159.084.07-
YUV68.75115.1693.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=12.20%
G=59.76%
B=28.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098460.8000.530.6214066.123.14
Hex14622E500353E8c4217
Octal24142561200657621410227
Binary1010011000101011101010000011010111111010001100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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