Html Css Color HEX #14523E Sherwood Green

📋 copy color: '#14523E'

red 20 ◦ green 82 ◦ blue 62

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

Shades of Sherwood Green #14523E

Tints of Sherwood Green #14523E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 37.8%

R = 12.2%
G = 50%
B = 37.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#14523E (or 0x14523E) is known color: Sherwood Green. HEX triplet: 14, 52 and 3E. RGB value is (20,82,62). Sum of RGB (Red+Green+Blue) = 20+82+62=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 82 (32.42% from 255 or 50% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 82 - color contains mainly: green. Hex color #14523E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14523E is #EBADC1. Grayscale: #3D3D3D. Windows color (decimal): -15445442 or 4084244. OLE color: 4084244.

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

Color convert

RGB 20 82 62 -
CMYK 0.76 0 0.24 0.68
HSL 160.65º 0.61% 0.2% -
HSV(B) 160.65º 0.76% 0.32% -
XYZ 4.18 6.53 5.6 -
YUV 61.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 20 82 62 0.76 0 0.24 0.68 160.65 0.61 0.2
Hex 14 52 3E 4C 0 18 44 A1 3D 14
Octal 24 122 76 114 0 30 104 241 75 24
Binary 10100 1010010 111110 1001100 0 11000 1000100 10100001 111101 10100

Color Harmonies of #14523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14523E

Black with #14523E

Text Example


Text Example

White with #14523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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