Html Css Color HEX #14523F Sherwood Green

📋 copy color: '#14523F'

red 20 ◦ green 82 ◦ blue 63

#14523F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #14523F

Tints of Sherwood Green #14523F

RGB

 RED value IS 20 (8.2% from 255) = 12.12%

 GREEN value IS 82 (32.42% from 255) = 49.7%

 BLUE value IS 63 (25% from 255) = 38.18%

R = 12.12%
G = 49.7%
B = 38.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#14523F (or 0x14523F) is known color: Sherwood Green. HEX triplet: 14, 52 and 3F. RGB value is (20,82,63). Sum of RGB (Red+Green+Blue) = 20+82+63=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #14523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14523F is #EBADC0. Grayscale: #3D3D3D. Windows color (decimal): -15445441 or 4149780. OLE color: 4149780.

HSL color Cylindrical-coordinate representation of color #14523F: hue angle of 161.61º 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 #14523F is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 82 63 -
CMYK 0.76 0 0.23 0.68
HSL 161.61º 0.61% 0.2% -
HSV(B) 161.61º 0.76% 0.32% -
XYZ 4.2 6.54 5.74 -
YUV 61.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 20 82 63 0.76 0 0.23 0.68 161.61 0.61 0.2
Hex 14 52 3F 4C 0 17 44 A2 3D 14
Octal 24 122 77 114 0 27 104 242 75 24
Binary 10100 1010010 111111 1001100 0 10111 1000100 10100010 111101 10100

Color Harmonies of #14523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14523F

Black with #14523F

Text Example


Text Example

White with #14523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14523F;
 }
 .AnyTagClassName
 {
   color: #14523F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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