#14632E

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

Shades of Crusoe #14632E

Tints of Crusoe #14632E

Color information

#14632E (or 0x14632E) is unknown color: approx Crusoe. HEX triplet: 14, 63 and 2E. RGB value is (20,99,46). Sum of RGB (Red+Green+Blue) = 20+99+46=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #14632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14632E is #EB9CD1. Grayscale: #454545. Windows color (decimal): -15441106 or 3040020. OLE color: 3040020.

HSL color Cylindrical-coordinate representation of color #14632E: hue angle of 139.75º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14632E is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB209946-
CMYK0.8000.540.61
HSL139.75º66.39%23.33%-
HSV(B)139.75º79.8%38.82%-
XYZ5.249.274.1-
YUV69.34114.8392.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 99 (39.06% from 255) = 60%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=12.12%
G=60%
B=27.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099460.8000.540.61139.7566.3923.33
Hex14632E500363D8c4217
Octal24143561200667521410227
Binary1010011000111011101010000011011011110110001100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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