Html Css Color HEX #52834A Fern Green

📋 copy color: '#52834A'

red 82 ◦ green 131 ◦ blue 74

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

Shades of Fern Green #52834A

Tints of Fern Green #52834A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

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

R = 28.57%
G = 45.64%
B = 25.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#52834A (or 0x52834A) is known color: Fern Green. HEX triplet: 52, 83 and 4A. RGB value is (82,131,74). Sum of RGB (Red+Green+Blue) = 82+131+74=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #52834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52834A is #AD7CB5. Grayscale: #6E6E6E. Windows color (decimal): -11369654 or 4883282. OLE color: 4883282.

HSL color Cylindrical-coordinate representation of color #52834A: hue angle of 111.58º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52834A is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 74 -
CMYK 0.37 0 0.44 0.49
HSL 111.58º 0.28% 0.4% -
HSV(B) 111.58º 0.44% 0.51% -
XYZ 12.83 18.52 9.38 -
YUV 109.85 107.77 108.13 -
System Red Green Blue C M Y K H S L
Decimal 82 131 74 0.37 0 0.44 0.49 111.58 0.28 0.4
Hex 52 83 4A 25 0 2C 31 70 1C 28
Octal 122 203 112 45 0 54 61 160 34 50
Binary 1010010 10000011 1001010 100101 0 101100 110001 1110000 11100 101000

Color Harmonies of #52834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52834A

Black with #52834A

Text Example


Text Example

White with #52834A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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