Html Css Color HEX #52773A Fern Green

📋 copy color: '#52773A'

red 82 ◦ green 119 ◦ blue 58

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

Shades of Fern Green #52773A

Tints of Fern Green #52773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.95%

 BLUE value IS 58 (23.05% from 255) = 22.39%

R = 31.66%
G = 45.95%
B = 22.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#52773A (or 0x52773A) is known color: Fern Green. HEX triplet: 52, 77 and 3A. RGB value is (82,119,58). Sum of RGB (Red+Green+Blue) = 82+119+58=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #52773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52773A is #AD88C5. Grayscale: #656565. Windows color (decimal): -11372742 or 3831634. OLE color: 3831634.

HSL color Cylindrical-coordinate representation of color #52773A: hue angle of 96.39º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52773A is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 58 -
CMYK 0.31 0 0.51 0.53
HSL 96.39º 0.34% 0.35% -
HSV(B) 96.39º 0.51% 0.47% -
XYZ 10.84 15.29 6.38 -
YUV 100.98 103.74 114.46 -
System Red Green Blue C M Y K H S L
Decimal 82 119 58 0.31 0 0.51 0.53 96.39 0.34 0.35
Hex 52 77 3A 1F 0 33 35 60 22 23
Octal 122 167 72 37 0 63 65 140 42 43
Binary 1010010 1110111 111010 11111 0 110011 110101 1100000 100010 100011

Color Harmonies of #52773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52773A

Black with #52773A

Text Example


Text Example

White with #52773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,119,58); }

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

background-color css

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

 a { background-color: rgb(82,119,58); }

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

border-color css

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

 span { border-color: rgb(82,119,58); }

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