Html Css Color HEX #527B4A Fern Green

📋 copy color: '#527B4A'

red 82 ◦ green 123 ◦ blue 74

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

Shades of Fern Green #527B4A

Tints of Fern Green #527B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.52%

R = 29.39%
G = 44.09%
B = 26.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#527B4A (or 0x527B4A) is known color: Fern Green. HEX triplet: 52, 7B and 4A. RGB value is (82,123,74). Sum of RGB (Red+Green+Blue) = 82+123+74=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 123 - color contains mainly: green. Hex color #527B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527B4A is #AD84B5. Grayscale: #696969. Windows color (decimal): -11371702 or 4881234. OLE color: 4881234.

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

Color convert

RGB 82 123 74 -
CMYK 0.33 0 0.40 0.52
HSL 110.2º 0.25% 0.39% -
HSV(B) 110.2º 0.4% 0.48% -
XYZ 11.8 16.45 9.03 -
YUV 105.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 82 123 74 0.33 0 0.40 0.52 110.2 0.25 0.39
Hex 52 7B 4A 21 0 28 34 6E 19 27
Octal 122 173 112 41 0 50 64 156 31 47
Binary 1010010 1111011 1001010 100001 0 101000 110100 1101110 11001 100111

Color Harmonies of #527B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B4A

Black with #527B4A

Text Example


Text Example

White with #527B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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