Html Css Color HEX #528044 Fern Green

📋 copy color: '#528044'

red 82 ◦ green 128 ◦ blue 68

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

Shades of Fern Green #528044

Tints of Fern Green #528044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

 BLUE value IS 68 (26.95% from 255) = 24.46%

R = 29.5%
G = 46.04%
B = 24.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#528044 (or 0x528044) is known color: Fern Green. HEX triplet: 52, 80 and 44. RGB value is (82,128,68). Sum of RGB (Red+Green+Blue) = 82+128+68=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #528044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528044 is #AD7FBB. Grayscale: #6B6B6B. Windows color (decimal): -11370428 or 4489298. OLE color: 4489298.

HSL color Cylindrical-coordinate representation of color #528044: hue angle of 106º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #528044 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 68 -
CMYK 0.36 0 0.47 0.50
HSL 106º 0.31% 0.38% -
HSV(B) 106º 0.47% 0.5% -
XYZ 12.24 17.65 8.23 -
YUV 107.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 82 128 68 0.36 0 0.47 0.50 106 0.31 0.38
Hex 52 80 44 24 0 2F 32 6A 1F 26
Octal 122 200 104 44 0 57 62 152 37 46
Binary 1010010 10000000 1000100 100100 0 101111 110010 1101010 11111 100110

Color Harmonies of #528044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528044

Black with #528044

Text Example


Text Example

White with #528044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528044; }

 p { color: rgb(82,128,68); }

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

background-color css

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

 a { background-color: rgb(82,128,68); }

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

border-color css

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

 span { border-color: rgb(82,128,68); }

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