Html Css Color HEX #528234 Fern Green

📋 copy color: '#528234'

red 82 ◦ green 130 ◦ blue 52

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

Shades of Fern Green #528234

Tints of Fern Green #528234

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

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

R = 31.06%
G = 49.24%
B = 19.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#528234 (or 0x528234) is known color: Fern Green. HEX triplet: 52, 82 and 34. RGB value is (82,130,52). Sum of RGB (Red+Green+Blue) = 82+130+52=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #528234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528234 is #AD7DCB. Grayscale: #6B6B6B. Windows color (decimal): -11369932 or 3441234. OLE color: 3441234.

HSL color Cylindrical-coordinate representation of color #528234: hue angle of 96.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528234 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 130 52 -
CMYK 0.37 0 0.60 0.49
HSL 96.92º 0.43% 0.36% -
HSV(B) 96.92º 0.6% 0.51% -
XYZ 12.08 18.01 6.09 -
YUV 106.76 97.1 110.34 -
System Red Green Blue C M Y K H S L
Decimal 82 130 52 0.37 0 0.60 0.49 96.92 0.43 0.36
Hex 52 82 34 25 0 3C 31 61 2B 24
Octal 122 202 64 45 0 74 61 141 53 44
Binary 1010010 10000010 110100 100101 0 111100 110001 1100001 101011 100100

Color Harmonies of #528234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528234

Black with #528234

Text Example


Text Example

White with #528234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528234; }

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

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

background-color css

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

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

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

border-color css

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

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

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