Html Css Color HEX #52854A Fern Green

📋 copy color: '#52854A'

red 82 ◦ green 133 ◦ blue 74

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

Shades of Fern Green #52854A

Tints of Fern Green #52854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

 BLUE value IS 74 (29.3% from 255) = 25.61%

R = 28.37%
G = 46.02%
B = 25.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#52854A (or 0x52854A) is known color: Fern Green. HEX triplet: 52, 85 and 4A. RGB value is (82,133,74). Sum of RGB (Red+Green+Blue) = 82+133+74=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #52854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52854A is #AD7AB5. Grayscale: #6F6F6F. Windows color (decimal): -11369142 or 4883794. OLE color: 4883794.

HSL color Cylindrical-coordinate representation of color #52854A: hue angle of 111.86º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52854A is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 74 -
CMYK 0.38 0 0.44 0.48
HSL 111.86º 0.29% 0.41% -
HSV(B) 111.86º 0.44% 0.52% -
XYZ 13.1 19.06 9.47 -
YUV 111.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 82 133 74 0.38 0 0.44 0.48 111.86 0.29 0.41
Hex 52 85 4A 26 0 2C 30 70 1D 29
Octal 122 205 112 46 0 54 60 160 35 51
Binary 1010010 10000101 1001010 100110 0 101100 110000 1110000 11101 101001

Color Harmonies of #52854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52854A

Black with #52854A

Text Example


Text Example

White with #52854A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,133,74); }

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

background-color css

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

 a { background-color: rgb(82,133,74); }

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

border-color css

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

 span { border-color: rgb(82,133,74); }

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