Html Css Color HEX #527146 Fern Green

📋 copy color: '#527146'

red 82 ◦ green 113 ◦ blue 70

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

Shades of Fern Green #527146

Tints of Fern Green #527146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 70 (27.73% from 255) = 26.42%

R = 30.94%
G = 42.64%
B = 26.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#527146 (or 0x527146) is known color: Fern Green. HEX triplet: 52, 71 and 46. RGB value is (82,113,70). Sum of RGB (Red+Green+Blue) = 82+113+70=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #527146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527146 is #AD8EB9. Grayscale: #626262. Windows color (decimal): -11374266 or 4616530. OLE color: 4616530.

HSL color Cylindrical-coordinate representation of color #527146: hue angle of 103.26º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527146 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 113 70 -
CMYK 0.27 0 0.38 0.56
HSL 103.26º 0.23% 0.36% -
HSV(B) 103.26º 0.38% 0.44% -
XYZ 10.49 14.05 7.95 -
YUV 98.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 82 113 70 0.27 0 0.38 0.56 103.26 0.23 0.36
Hex 52 71 46 1B 0 26 38 67 17 24
Octal 122 161 106 33 0 46 70 147 27 44
Binary 1010010 1110001 1000110 11011 0 100110 111000 1100111 10111 100100

Color Harmonies of #527146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527146

Black with #527146

Text Example


Text Example

White with #527146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527146; }

 p { color: rgb(82,113,70); }

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

background-color css

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

 a { background-color: rgb(82,113,70); }

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

border-color css

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

 span { border-color: rgb(82,113,70); }

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