#14591F

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

Shades of Crusoe #14591F

Tints of Crusoe #14591F

Color information

#14591F (or 0x14591F) is unknown color: approx Crusoe. HEX triplet: 14, 59 and 1F. RGB value is (20,89,31). Sum of RGB (Red+Green+Blue) = 20+89+31=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #14591F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14591F is #EBA6E0. Grayscale: #3D3D3D. Windows color (decimal): -15443681 or 2054420. OLE color: 2054420.

HSL color Cylindrical-coordinate representation of color #14591F: hue angle of 129.57º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14591F is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB208931-
CMYK0.7800.650.65
HSL129.57º63.3%21.37%-
HSV(B)129.57º77.53%34.9%-
XYZ4.117.392.51-
YUV61.76110.6498.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 89 (35.16% from 255) = 63.57%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=14.29%
G=63.57%
B=22.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089310.7800.650.65129.5763.321.37
Hex14591F4E04141823f15
Octal241313711601011012027725
Binary1010010110011111110011100100000110000011000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,89,31); }

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

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

 a { background-color: rgb(20,89,31); }

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

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

 span { border-color: rgb(20,89,31); }

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