Html Css Color HEX #527B4D Fern Green

📋 copy color: '#527B4D'

red 82 ◦ green 123 ◦ blue 77

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

Shades of Fern Green #527B4D

Tints of Fern Green #527B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.62%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 29.08%
G = 43.62%
B = 27.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#527B4D (or 0x527B4D) is known color: Fern Green. HEX triplet: 52, 7B and 4D. RGB value is (82,123,77). Sum of RGB (Red+Green+Blue) = 82+123+77=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #527B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527B4D is #AD84B2. Grayscale: #696969. Windows color (decimal): -11371699 or 5077842. OLE color: 5077842.

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

Color convert

RGB 82 123 77 -
CMYK 0.33 0 0.37 0.52
HSL 113.48º 0.23% 0.39% -
HSV(B) 113.48º 0.37% 0.48% -
XYZ 11.9 16.5 9.58 -
YUV 105.5 111.92 111.24 -
System Red Green Blue C M Y K H S L
Decimal 82 123 77 0.33 0 0.37 0.52 113.48 0.23 0.39
Hex 52 7B 4D 21 0 25 34 71 17 27
Octal 122 173 115 41 0 45 64 161 27 47
Binary 1010010 1111011 1001101 100001 0 100101 110100 1110001 10111 100111

Color Harmonies of #527B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B4D

Black with #527B4D

Text Example


Text Example

White with #527B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,123,77); }

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

background-color css

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

 a { background-color: rgb(82,123,77); }

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

border-color css

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

 span { border-color: rgb(82,123,77); }

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