Html Css Color HEX #52783A Fern Green

📋 copy color: '#52783A'

red 82 ◦ green 120 ◦ blue 58

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

Shades of Fern Green #52783A

Tints of Fern Green #52783A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.15%

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

R = 31.54%
G = 46.15%
B = 22.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#52783A (or 0x52783A) is known color: Fern Green. HEX triplet: 52, 78 and 3A. RGB value is (82,120,58). Sum of RGB (Red+Green+Blue) = 82+120+58=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #52783A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52783A is #AD87C5. Grayscale: #656565. Windows color (decimal): -11372486 or 3831890. OLE color: 3831890.

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

Color convert

RGB 82 120 58 -
CMYK 0.32 0 0.52 0.53
HSL 96.77º 0.35% 0.35% -
HSV(B) 96.77º 0.52% 0.47% -
XYZ 10.96 15.53 6.42 -
YUV 101.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 82 120 58 0.32 0 0.52 0.53 96.77 0.35 0.35
Hex 52 78 3A 20 0 34 35 61 23 23
Octal 122 170 72 40 0 64 65 141 43 43
Binary 1010010 1111000 111010 100000 0 110100 110101 1100001 100011 100011

Color Harmonies of #52783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52783A

Black with #52783A

Text Example


Text Example

White with #52783A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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