Html Css Color HEX #52773B Fern Green

📋 copy color: '#52773B'

red 82 ◦ green 119 ◦ blue 59

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

Shades of Fern Green #52773B

Tints of Fern Green #52773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 31.54%
G = 45.77%
B = 22.69%

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

#52773B (or 0x52773B) is known color: Fern Green. HEX triplet: 52, 77 and 3B. RGB value is (82,119,59). Sum of RGB (Red+Green+Blue) = 82+119+59=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #52773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52773B is #AD88C4. Grayscale: #656565. Windows color (decimal): -11372741 or 3897170. OLE color: 3897170.

HSL color Cylindrical-coordinate representation of color #52773B: hue angle of 97º degrees, saturation: 0.34, 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 #52773B is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 59 -
CMYK 0.31 0 0.50 0.53
HSL 97º 0.34% 0.35% -
HSV(B) 97º 0.5% 0.47% -
XYZ 10.87 15.3 6.52 -
YUV 101.1 104.24 114.38 -
System Red Green Blue C M Y K H S L
Decimal 82 119 59 0.31 0 0.50 0.53 97 0.34 0.35
Hex 52 77 3B 1F 0 32 35 61 22 23
Octal 122 167 73 37 0 62 65 141 42 43
Binary 1010010 1110111 111011 11111 0 110010 110101 1100001 100010 100011

Color Harmonies of #52773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52773B

Black with #52773B

Text Example


Text Example

White with #52773B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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