Html Css Color HEX #52783F Fern Green

📋 copy color: '#52783F'

red 82 ◦ green 120 ◦ blue 63

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

Shades of Fern Green #52783F

Tints of Fern Green #52783F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.77%

R = 30.94%
G = 45.28%
B = 23.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#52783F (or 0x52783F) is known color: Fern Green. HEX triplet: 52, 78 and 3F. RGB value is (82,120,63). Sum of RGB (Red+Green+Blue) = 82+120+63=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #52783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52783F is #AD87C0. Grayscale: #666666. Windows color (decimal): -11372481 or 4159570. OLE color: 4159570.

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

Color convert

RGB 82 120 63 -
CMYK 0.32 0 0.48 0.53
HSL 100º 0.31% 0.36% -
HSV(B) 100º 0.48% 0.47% -
XYZ 11.09 15.59 7.13 -
YUV 102.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 82 120 63 0.32 0 0.48 0.53 100 0.31 0.36
Hex 52 78 3F 20 0 30 35 64 1F 24
Octal 122 170 77 40 0 60 65 144 37 44
Binary 1010010 1111000 111111 100000 0 110000 110101 1100100 11111 100100

Color Harmonies of #52783F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52783F

Black with #52783F

Text Example


Text Example

White with #52783F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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