#14582b

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

Shades of Crusoe #14582B

Tints of Crusoe #14582B

Color information

#14582B (or 0x14582B) is unknown color: approx Crusoe. HEX triplet: 14, 58 and 2B. RGB value is (20,88,43). Sum of RGB (Red+Green+Blue) = 20+88+43=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #14582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14582B is #EBA7D4. Grayscale: #3E3E3E. Windows color (decimal): -15443925 or 2840596. OLE color: 2840596.

HSL color Cylindrical-coordinate representation of color #14582B: hue angle of 140.29º 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 #14582B is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB208843-
CMYK0.7700.510.65
HSL140.29º62.96%21.18%-
HSV(B)140.29º77.27%34.51%-
XYZ4.217.33.47-
YUV62.54116.9797.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 88 (34.77% from 255) = 58.28%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=13.25%
G=58.28%
B=28.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088430.7700.510.65140.2962.9621.18
Hex14582B4D033418c3f15
Octal24130531150631012147725
Binary1010010110001010111001101011001110000011000110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14582b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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