Html Css Color HEX #527A48 Fern Green

📋 copy color: '#527A48'

red 82 ◦ green 122 ◦ blue 72

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

Shades of Fern Green #527A48

Tints of Fern Green #527A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.2%

 BLUE value IS 72 (28.52% from 255) = 26.09%

R = 29.71%
G = 44.2%
B = 26.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#527A48 (or 0x527A48) is known color: Fern Green. HEX triplet: 52, 7A and 48. RGB value is (82,122,72). Sum of RGB (Red+Green+Blue) = 82+122+72=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #527A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527A48 is #AD85B7. Grayscale: #686868. Windows color (decimal): -11371960 or 4749906. OLE color: 4749906.

HSL color Cylindrical-coordinate representation of color #527A48: hue angle of 108º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527A48 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 72 -
CMYK 0.33 0 0.41 0.52
HSL 108º 0.26% 0.38% -
HSV(B) 108º 0.41% 0.48% -
XYZ 11.61 16.18 8.64 -
YUV 104.34 109.75 112.07 -
System Red Green Blue C M Y K H S L
Decimal 82 122 72 0.33 0 0.41 0.52 108 0.26 0.38
Hex 52 7A 48 21 0 29 34 6C 1A 26
Octal 122 172 110 41 0 51 64 154 32 46
Binary 1010010 1111010 1001000 100001 0 101001 110100 1101100 11010 100110

Color Harmonies of #527A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A48

Black with #527A48

Text Example


Text Example

White with #527A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527A48; }

 p { color: rgb(82,122,72); }

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

background-color css

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

 a { background-color: rgb(82,122,72); }

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

border-color css

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

 span { border-color: rgb(82,122,72); }

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