Html Css Color HEX #528736 Fern Green

📋 copy color: '#528736'

red 82 ◦ green 135 ◦ blue 54

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

Shades of Fern Green #528736

Tints of Fern Green #528736

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.82%

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

R = 30.26%
G = 49.82%
B = 19.93%

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

#528736 (or 0x528736) is known color: Fern Green. HEX triplet: 52, 87 and 36. RGB value is (82,135,54). Sum of RGB (Red+Green+Blue) = 82+135+54=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #528736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528736 is #AD78C9. Grayscale: #6E6E6E. Windows color (decimal): -11368650 or 3573586. OLE color: 3573586.

HSL color Cylindrical-coordinate representation of color #528736: hue angle of 99.26º 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 #528736 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 135 54 -
CMYK 0.39 0 0.60 0.47
HSL 99.26º 0.43% 0.37% -
HSV(B) 99.26º 0.6% 0.53% -
XYZ 12.81 19.39 6.56 -
YUV 109.92 96.44 108.09 -
System Red Green Blue C M Y K H S L
Decimal 82 135 54 0.39 0 0.60 0.47 99.26 0.43 0.37
Hex 52 87 36 27 0 3C 2F 63 2B 25
Octal 122 207 66 47 0 74 57 143 53 45
Binary 1010010 10000111 110110 100111 0 111100 101111 1100011 101011 100101

Color Harmonies of #528736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528736

Black with #528736

Text Example


Text Example

White with #528736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528736; }

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

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

background-color css

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

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

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

border-color css

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

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

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