Html Css Color HEX #52714B Fern Green

📋 copy color: '#52714B'

red 82 ◦ green 113 ◦ blue 75

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

Shades of Fern Green #52714B

Tints of Fern Green #52714B

RGB

 RED value IS 82 (32.42% from 255) = 30.37%

 GREEN value IS 113 (44.53% from 255) = 41.85%

 BLUE value IS 75 (29.69% from 255) = 27.78%

R = 30.37%
G = 41.85%
B = 27.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#52714B (or 0x52714B) is known color: Fern Green. HEX triplet: 52, 71 and 4B. RGB value is (82,113,75). Sum of RGB (Red+Green+Blue) = 82+113+75=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #52714B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52714B is #AD8EB4. Grayscale: #636363. Windows color (decimal): -11374261 or 4944210. OLE color: 4944210.

HSL color Cylindrical-coordinate representation of color #52714B: hue angle of 108.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52714B is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 75 -
CMYK 0.27 0 0.34 0.56
HSL 108.95º 0.2% 0.37% -
HSV(B) 108.95º 0.34% 0.44% -
XYZ 10.65 14.11 8.82 -
YUV 99.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 82 113 75 0.27 0 0.34 0.56 108.95 0.2 0.37
Hex 52 71 4B 1B 0 22 38 6D 14 25
Octal 122 161 113 33 0 42 70 155 24 45
Binary 1010010 1110001 1001011 11011 0 100010 111000 1101101 10100 100101

Color Harmonies of #52714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52714B

Black with #52714B

Text Example


Text Example

White with #52714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52714B; }

 p { color: rgb(82,113,75); }

 H1.HeaderClassName
 {
   color: #52714B;
 }
 .AnyTagClassName
 {
   color: #52714B;
 }
</style>

background-color css

<style>
 a { background-color: #52714B; }

 a { background-color: rgb(82,113,75); }

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

border-color css

<style>
 span { border-color: #52714B; }

 span { border-color: rgb(82,113,75); }

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