Html Css Color HEX #527345 Fern Green

📋 copy color: '#527345'

red 82 ◦ green 115 ◦ blue 69

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

Shades of Fern Green #527345

Tints of Fern Green #527345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.23%

 BLUE value IS 69 (27.34% from 255) = 25.94%

R = 30.83%
G = 43.23%
B = 25.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#527345 (or 0x527345) is known color: Fern Green. HEX triplet: 52, 73 and 45. RGB value is (82,115,69). Sum of RGB (Red+Green+Blue) = 82+115+69=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #527345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527345 is #AD8CBA. Grayscale: #646464. Windows color (decimal): -11373755 or 4551506. OLE color: 4551506.

HSL color Cylindrical-coordinate representation of color #527345: hue angle of 103.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527345 is Cyan = 0.29, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 69 -
CMYK 0.29 0 0.4 0.55
HSL 103.04º 0.25% 0.36% -
HSV(B) 103.04º 0.4% 0.45% -
XYZ 10.68 14.48 7.86 -
YUV 99.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 82 115 69 0.29 0 0.4 0.55 103.04 0.25 0.36
Hex 52 73 45 1D 0 28 37 67 19 24
Octal 122 163 105 35 0 50 67 147 31 44
Binary 1010010 1110011 1000101 11101 0 101000 110111 1100111 11001 100100

Color Harmonies of #527345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527345

Black with #527345

Text Example


Text Example

White with #527345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527345; }

 p { color: rgb(82,115,69); }

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

background-color css

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

 a { background-color: rgb(82,115,69); }

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

border-color css

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

 span { border-color: rgb(82,115,69); }

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