#14582F

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

Shades of Crusoe #14582F

Tints of Crusoe #14582F

Color information

#14582F (or 0x14582F) is unknown color: approx Crusoe. HEX triplet: 14, 58 and 2F. RGB value is (20,88,47). Sum of RGB (Red+Green+Blue) = 20+88+47=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #14582F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14582F is #EBA7D0. Grayscale: #3F3F3F. Windows color (decimal): -15443921 or 3102740. OLE color: 3102740.

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

Color convert

RGB208847-
CMYK0.7700.470.65
HSL143.82º62.96%21.18%-
HSV(B)143.82º77.27%34.51%-
XYZ4.297.333.88-
YUV62.99118.9797.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 88 (34.77% from 255) = 56.77%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=12.90%
G=56.77%
B=30.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088470.7700.470.65143.8262.9621.18
Hex14582F4D02F41903f15
Octal24130571150571012207725
Binary1010010110001011111001101010111110000011001000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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