Html Css Color HEX #528535 Fern Green

📋 copy color: '#528535'

red 82 ◦ green 133 ◦ blue 53

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

Shades of Fern Green #528535

Tints of Fern Green #528535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

 BLUE value IS 53 (21.09% from 255) = 19.78%

R = 30.6%
G = 49.63%
B = 19.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#528535 (or 0x528535) is known color: Fern Green. HEX triplet: 52, 85 and 35. RGB value is (82,133,53). Sum of RGB (Red+Green+Blue) = 82+133+53=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #528535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528535 is #AD7ACA. Grayscale: #6C6C6C. Windows color (decimal): -11369163 or 3507538. OLE color: 3507538.

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

Color convert

RGB 82 133 53 -
CMYK 0.38 0 0.60 0.48
HSL 98.25º 0.43% 0.36% -
HSV(B) 98.25º 0.6% 0.52% -
XYZ 12.51 18.83 6.34 -
YUV 108.63 96.6 109 -
System Red Green Blue C M Y K H S L
Decimal 82 133 53 0.38 0 0.60 0.48 98.25 0.43 0.36
Hex 52 85 35 26 0 3C 30 62 2B 24
Octal 122 205 65 46 0 74 60 142 53 44
Binary 1010010 10000101 110101 100110 0 111100 110000 1100010 101011 100100

Color Harmonies of #528535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528535

Black with #528535

Text Example


Text Example

White with #528535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528535; }

 p { color: rgb(82,133,53); }

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

background-color css

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

 a { background-color: rgb(82,133,53); }

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

border-color css

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

 span { border-color: rgb(82,133,53); }

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