#14622B

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

Shades of Crusoe #14622B

Tints of Crusoe #14622B

Color information

#14622B (or 0x14622B) is unknown color: approx Crusoe. HEX triplet: 14, 62 and 2B. RGB value is (20,98,43). Sum of RGB (Red+Green+Blue) = 20+98+43=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #14622B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14622B is #EB9DD4. Grayscale: #444444. Windows color (decimal): -15441365 or 2843156. OLE color: 2843156.

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

Color convert

RGB209843-
CMYK0.8000.560.62
HSL137.69º66.1%23.14%-
HSV(B)137.69º79.59%38.43%-
XYZ5.099.063.77-
YUV68.41113.6693.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 98 (38.67% from 255) = 60.87%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=12.42%
G=60.87%
B=26.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098430.8000.560.62137.6966.123.14
Hex14622B500383E8a4217
Octal24142531200707621210227
Binary1010011000101010111010000011100011111010001010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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