#14513D

Color #14513D Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #14513D

Tints of Sherwood Green #14513D

Color information

#14513D (or 0x14513D) is unknown color: approx Sherwood Green. HEX triplet: 14, 51 and 3D. RGB value is (20,81,61). Sum of RGB (Red+Green+Blue) = 20+81+61=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #14513D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14513D is #EBAEC2. Grayscale: #3C3C3C. Windows color (decimal): -15445699 or 4018452. OLE color: 4018452.

HSL color Cylindrical-coordinate representation of color #14513D: hue angle of 160.33º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14513D is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB208161-
CMYK0.7500.250.68
HSL160.33º60.4%19.8%-
HSV(B)160.33º75.31%31.76%-
XYZ4.076.375.43-
YUV60.48128.2999.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=12.35%
G=50%
B=37.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2081610.7500.250.68160.3360.419.8
Hex14513D4B01944a03c14
Octal24121751130311042407424
Binary101001010001111101100101101100110001001010000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14513D; }

 p { color: rgb(20,81,61); }

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

<style>
 a { background-color: #14513D; }

 a { background-color: rgb(20,81,61); }

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

<style>
 span { border-color: #14513D; }

 span { border-color: rgb(20,81,61); }

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