Html Css Color HEX #14543F Sherwood Green

📋 copy color: '#14543F'

red 20 ◦ green 84 ◦ blue 63

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

Shades of Sherwood Green #14543F

Tints of Sherwood Green #14543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.3%

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

R = 11.98%
G = 50.3%
B = 37.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#14543F (or 0x14543F) is known color: Sherwood Green. HEX triplet: 14, 54 and 3F. RGB value is (20,84,63). Sum of RGB (Red+Green+Blue) = 20+84+63=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #14543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14543F is #EBABC0. Grayscale: #3E3E3E. Windows color (decimal): -15444929 or 4150292. OLE color: 4150292.

HSL color Cylindrical-coordinate representation of color #14543F: hue angle of 160.31º degrees, saturation: 0.62, 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 #14543F is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 84 63 -
CMYK 0.76 0 0.25 0.67
HSL 160.31º 0.62% 0.2% -
HSV(B) 160.31º 0.76% 0.33% -
XYZ 4.36 6.85 5.79 -
YUV 62.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 20 84 63 0.76 0 0.25 0.67 160.31 0.62 0.2
Hex 14 54 3F 4C 0 19 43 A0 3E 14
Octal 24 124 77 114 0 31 103 240 76 24
Binary 10100 1010100 111111 1001100 0 11001 1000011 10100000 111110 10100

Color Harmonies of #14543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14543F

Black with #14543F

Text Example


Text Example

White with #14543F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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