Html Css Color HEX #52753F Fern Green

📋 copy color: '#52753F'

red 82 ◦ green 117 ◦ blue 63

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

Shades of Fern Green #52753F

Tints of Fern Green #52753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.66%

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

R = 31.3%
G = 44.66%
B = 24.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#52753F (or 0x52753F) is known color: Fern Green. HEX triplet: 52, 75 and 3F. RGB value is (82,117,63). Sum of RGB (Red+Green+Blue) = 82+117+63=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #52753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52753F is #AD8AC0. Grayscale: #646464. Windows color (decimal): -11373249 or 4158802. OLE color: 4158802.

HSL color Cylindrical-coordinate representation of color #52753F: hue angle of 98.89º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52753F is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 63 -
CMYK 0.30 0 0.46 0.54
HSL 98.89º 0.3% 0.35% -
HSV(B) 98.89º 0.46% 0.46% -
XYZ 10.74 14.88 7.01 -
YUV 100.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 82 117 63 0.30 0 0.46 0.54 98.89 0.3 0.35
Hex 52 75 3F 1E 0 2E 36 63 1E 23
Octal 122 165 77 36 0 56 66 143 36 43
Binary 1010010 1110101 111111 11110 0 101110 110110 1100011 11110 100011

Color Harmonies of #52753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52753F

Black with #52753F

Text Example


Text Example

White with #52753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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