#14523D

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

Shades of Sherwood Green #14523D

Tints of Sherwood Green #14523D

Color information

#14523D (or 0x14523D) is unknown color: approx Sherwood Green. HEX triplet: 14, 52 and 3D. RGB value is (20,82,61). Sum of RGB (Red+Green+Blue) = 20+82+61=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #14523D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14523D is #EBADC2. Grayscale: #3D3D3D. Windows color (decimal): -15445443 or 4018708. OLE color: 4018708.

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

Color convert

RGB208261-
CMYK0.7600.260.68
HSL159.68º60.78%20%-
HSV(B)159.68º75.61%32.16%-
XYZ4.156.525.45-
YUV61.07127.9698.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 82 (32.42% from 255) = 50.31%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=12.27%
G=50.31%
B=37.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2082610.7600.260.68159.6860.7820
Hex14523D4C01A44a03d14
Octal24122751140321042407524
Binary101001010010111101100110001101010001001010000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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