Html Css Color HEX #528243 Fern Green

📋 copy color: '#528243'

red 82 ◦ green 130 ◦ blue 67

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

Shades of Fern Green #528243

Tints of Fern Green #528243

RGB

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

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

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

R = 29.39%
G = 46.59%
B = 24.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#528243 (or 0x528243) is known color: Fern Green. HEX triplet: 52, 82 and 43. RGB value is (82,130,67). Sum of RGB (Red+Green+Blue) = 82+130+67=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #528243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528243 is #AD7DBC. Grayscale: #6C6C6C. Windows color (decimal): -11369917 or 4424274. OLE color: 4424274.

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

Color convert

RGB 82 130 67 -
CMYK 0.37 0 0.48 0.49
HSL 105.71º 0.32% 0.39% -
HSV(B) 105.71º 0.48% 0.51% -
XYZ 12.48 18.16 8.16 -
YUV 108.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 82 130 67 0.37 0 0.48 0.49 105.71 0.32 0.39
Hex 52 82 43 25 0 30 31 6A 20 27
Octal 122 202 103 45 0 60 61 152 40 47
Binary 1010010 10000010 1000011 100101 0 110000 110001 1101010 100000 100111

Color Harmonies of #528243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528243

Black with #528243

Text Example


Text Example

White with #528243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528243; }

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

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

background-color css

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

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

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

border-color css

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

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

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