Html Css Color HEX #52873A Fern Green

📋 copy color: '#52873A'

red 82 ◦ green 135 ◦ blue 58

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

Shades of Fern Green #52873A

Tints of Fern Green #52873A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.09%

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

R = 29.82%
G = 49.09%
B = 21.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#52873A (or 0x52873A) is known color: Fern Green. HEX triplet: 52, 87 and 3A. RGB value is (82,135,58). Sum of RGB (Red+Green+Blue) = 82+135+58=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #52873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52873A is #AD78C5. Grayscale: #6E6E6E. Windows color (decimal): -11368646 or 3835730. OLE color: 3835730.

HSL color Cylindrical-coordinate representation of color #52873A: hue angle of 101.3º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52873A is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 135 58 -
CMYK 0.39 0 0.57 0.47
HSL 101.3º 0.4% 0.38% -
HSV(B) 101.3º 0.57% 0.53% -
XYZ 12.91 19.43 7.07 -
YUV 110.38 98.44 107.76 -
System Red Green Blue C M Y K H S L
Decimal 82 135 58 0.39 0 0.57 0.47 101.3 0.4 0.38
Hex 52 87 3A 27 0 39 2F 65 28 26
Octal 122 207 72 47 0 71 57 145 50 46
Binary 1010010 10000111 111010 100111 0 111001 101111 1100101 101000 100110

Color Harmonies of #52873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52873A

Black with #52873A

Text Example


Text Example

White with #52873A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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