Html Css Color HEX #528434 Fern Green

📋 copy color: '#528434'

red 82 ◦ green 132 ◦ blue 52

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

Shades of Fern Green #528434

Tints of Fern Green #528434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

 BLUE value IS 52 (20.7% from 255) = 19.55%

R = 30.83%
G = 49.62%
B = 19.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#528434 (or 0x528434) is known color: Fern Green. HEX triplet: 52, 84 and 34. RGB value is (82,132,52). Sum of RGB (Red+Green+Blue) = 82+132+52=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #528434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528434 is #AD7BCB. Grayscale: #6C6C6C. Windows color (decimal): -11369420 or 3441746. OLE color: 3441746.

HSL color Cylindrical-coordinate representation of color #528434: hue angle of 97.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528434 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 52 -
CMYK 0.38 0 0.61 0.48
HSL 97.5º 0.43% 0.36% -
HSV(B) 97.5º 0.61% 0.52% -
XYZ 12.35 18.54 6.18 -
YUV 107.93 96.44 109.5 -
System Red Green Blue C M Y K H S L
Decimal 82 132 52 0.38 0 0.61 0.48 97.5 0.43 0.36
Hex 52 84 34 26 0 3D 30 62 2B 24
Octal 122 204 64 46 0 75 60 142 53 44
Binary 1010010 10000100 110100 100110 0 111101 110000 1100010 101011 100100

Color Harmonies of #528434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528434

Black with #528434

Text Example


Text Example

White with #528434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528434; }

 p { color: rgb(82,132,52); }

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

background-color css

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

 a { background-color: rgb(82,132,52); }

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

border-color css

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

 span { border-color: rgb(82,132,52); }

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