#14533F

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

Shades of Sherwood Green #14533F

Tints of Sherwood Green #14533F

Color information

#14533F (or 0x14533F) is unknown color: approx Sherwood Green. HEX triplet: 14, 53 and 3F. RGB value is (20,83,63). Sum of RGB (Red+Green+Blue) = 20+83+63=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #14533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14533F is #EBACC0. Grayscale: #3D3D3D. Windows color (decimal): -15445185 or 4150036. OLE color: 4150036.

HSL color Cylindrical-coordinate representation of color #14533F: hue angle of 160.95º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14533F is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB208363-
CMYK0.7600.240.67
HSL160.95º61.17%20.2%-
HSV(B)160.95º75.9%32.55%-
XYZ4.286.695.77-
YUV61.88128.6398.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 63 (25% from 255) = 37.95%
R=12.05%
G=50%
B=37.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083630.7600.240.67160.9561.1720.2
Hex14533F4C01843a13d14
Octal24123771140301032417524
Binary101001010011111111100110001100010000111010000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,83,63); }

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

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

 a { background-color: rgb(20,83,63); }

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

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

 span { border-color: rgb(20,83,63); }

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