Html Css Color HEX #52734A Fern Green

📋 copy color: '#52734A'

red 82 ◦ green 115 ◦ blue 74

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

Shades of Fern Green #52734A

Tints of Fern Green #52734A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.44%

 BLUE value IS 74 (29.3% from 255) = 27.31%

R = 30.26%
G = 42.44%
B = 27.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#52734A (or 0x52734A) is known color: Fern Green. HEX triplet: 52, 73 and 4A. RGB value is (82,115,74). Sum of RGB (Red+Green+Blue) = 82+115+74=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #52734A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52734A is #AD8CB5. Grayscale: #646464. Windows color (decimal): -11373750 or 4879186. OLE color: 4879186.

HSL color Cylindrical-coordinate representation of color #52734A: hue angle of 108.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #52734A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 74 -
CMYK 0.29 0 0.36 0.55
HSL 108.29º 0.22% 0.37% -
HSV(B) 108.29º 0.36% 0.45% -
XYZ 10.85 14.55 8.72 -
YUV 100.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 82 115 74 0.29 0 0.36 0.55 108.29 0.22 0.37
Hex 52 73 4A 1D 0 24 37 6C 16 25
Octal 122 163 112 35 0 44 67 154 26 45
Binary 1010010 1110011 1001010 11101 0 100100 110111 1101100 10110 100101

Color Harmonies of #52734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52734A

Black with #52734A

Text Example


Text Example

White with #52734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52734A; }

 p { color: rgb(82,115,74); }

 H1.HeaderClassName
 {
   color: #52734A;
 }
 .AnyTagClassName
 {
   color: #52734A;
 }
</style>

background-color css

<style>
 a { background-color: #52734A; }

 a { background-color: rgb(82,115,74); }

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

border-color css

<style>
 span { border-color: #52734A; }

 span { border-color: rgb(82,115,74); }

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