Html Css Color HEX #528343 Fern Green

📋 copy color: '#528343'

red 82 ◦ green 131 ◦ blue 67

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

Shades of Fern Green #528343

Tints of Fern Green #528343

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.79%

 BLUE value IS 67 (26.56% from 255) = 23.93%

R = 29.29%
G = 46.79%
B = 23.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#528343 (or 0x528343) is known color: Fern Green. HEX triplet: 52, 83 and 43. RGB value is (82,131,67). Sum of RGB (Red+Green+Blue) = 82+131+67=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 131 - color contains mainly: green. Hex color #528343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528343 is #AD7CBC. Grayscale: #6D6D6D. Windows color (decimal): -11369661 or 4424530. OLE color: 4424530.

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

Color convert

RGB 82 131 67 -
CMYK 0.37 0 0.49 0.49
HSL 105.94º 0.32% 0.39% -
HSV(B) 105.94º 0.49% 0.51% -
XYZ 12.61 18.43 8.2 -
YUV 109.05 104.27 108.7 -
System Red Green Blue C M Y K H S L
Decimal 82 131 67 0.37 0 0.49 0.49 105.94 0.32 0.39
Hex 52 83 43 25 0 31 31 6A 20 27
Octal 122 203 103 45 0 61 61 152 40 47
Binary 1010010 10000011 1000011 100101 0 110001 110001 1101010 100000 100111

Color Harmonies of #528343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528343

Black with #528343

Text Example


Text Example

White with #528343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528343; }

 p { color: rgb(82,131,67); }

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

background-color css

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

 a { background-color: rgb(82,131,67); }

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

border-color css

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

 span { border-color: rgb(82,131,67); }

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