Html Css Color HEX #52783D Fern Green

📋 copy color: '#52783D'

red 82 ◦ green 120 ◦ blue 61

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

Shades of Fern Green #52783D

Tints of Fern Green #52783D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.19%

R = 31.18%
G = 45.63%
B = 23.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#52783D (or 0x52783D) is known color: Fern Green. HEX triplet: 52, 78 and 3D. RGB value is (82,120,61). Sum of RGB (Red+Green+Blue) = 82+120+61=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #52783D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52783D is #AD87C2. Grayscale: #666666. Windows color (decimal): -11372483 or 4028498. OLE color: 4028498.

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

Color convert

RGB 82 120 61 -
CMYK 0.32 0 0.49 0.53
HSL 98.64º 0.33% 0.35% -
HSV(B) 98.64º 0.49% 0.47% -
XYZ 11.04 15.56 6.84 -
YUV 101.91 104.91 113.8 -
System Red Green Blue C M Y K H S L
Decimal 82 120 61 0.32 0 0.49 0.53 98.64 0.33 0.35
Hex 52 78 3D 20 0 31 35 63 21 23
Octal 122 170 75 40 0 61 65 143 41 43
Binary 1010010 1111000 111101 100000 0 110001 110101 1100011 100001 100011

Color Harmonies of #52783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52783D

Black with #52783D

Text Example


Text Example

White with #52783D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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