Html Css Color HEX #528636 Fern Green

📋 copy color: '#528636'

red 82 ◦ green 134 ◦ blue 54

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

Shades of Fern Green #528636

Tints of Fern Green #528636

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

 BLUE value IS 54 (21.48% from 255) = 20%

R = 30.37%
G = 49.63%
B = 20%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#528636 (or 0x528636) is known color: Fern Green. HEX triplet: 52, 86 and 36. RGB value is (82,134,54). Sum of RGB (Red+Green+Blue) = 82+134+54=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #528636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528636 is #AD79C9. Grayscale: #6D6D6D. Windows color (decimal): -11368906 or 3573330. OLE color: 3573330.

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

Color convert

RGB 82 134 54 -
CMYK 0.39 0 0.60 0.47
HSL 99º 0.43% 0.37% -
HSV(B) 99º 0.6% 0.53% -
XYZ 12.67 19.11 6.51 -
YUV 109.33 96.77 108.5 -
System Red Green Blue C M Y K H S L
Decimal 82 134 54 0.39 0 0.60 0.47 99 0.43 0.37
Hex 52 86 36 27 0 3C 2F 63 2B 25
Octal 122 206 66 47 0 74 57 143 53 45
Binary 1010010 10000110 110110 100111 0 111100 101111 1100011 101011 100101

Color Harmonies of #528636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528636

Black with #528636

Text Example


Text Example

White with #528636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528636; }

 p { color: rgb(82,134,54); }

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

background-color css

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

 a { background-color: rgb(82,134,54); }

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

border-color css

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

 span { border-color: rgb(82,134,54); }

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