Html Css Color HEX #52773C Fern Green

📋 copy color: '#52773C'

red 82 ◦ green 119 ◦ blue 60

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

Shades of Fern Green #52773C

Tints of Fern Green #52773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.99%

R = 31.42%
G = 45.59%
B = 22.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#52773C (or 0x52773C) is known color: Fern Green. HEX triplet: 52, 77 and 3C. RGB value is (82,119,60). Sum of RGB (Red+Green+Blue) = 82+119+60=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #52773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52773C is #AD88C3. Grayscale: #656565. Windows color (decimal): -11372740 or 3962706. OLE color: 3962706.

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

Color convert

RGB 82 119 60 -
CMYK 0.31 0 0.50 0.53
HSL 97.63º 0.33% 0.35% -
HSV(B) 97.63º 0.5% 0.47% -
XYZ 10.89 15.31 6.66 -
YUV 101.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 82 119 60 0.31 0 0.50 0.53 97.63 0.33 0.35
Hex 52 77 3C 1F 0 32 35 62 21 23
Octal 122 167 74 37 0 62 65 142 41 43
Binary 1010010 1110111 111100 11111 0 110010 110101 1100010 100001 100011

Color Harmonies of #52773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52773C

Black with #52773C

Text Example


Text Example

White with #52773C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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