Html Css Color HEX #527645 Fern Green

📋 copy color: '#527645'

red 82 ◦ green 118 ◦ blue 69

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

Shades of Fern Green #527645

Tints of Fern Green #527645

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.87%

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

R = 30.48%
G = 43.87%
B = 25.65%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#527645 (or 0x527645) is known color: Fern Green. HEX triplet: 52, 76 and 45. RGB value is (82,118,69). Sum of RGB (Red+Green+Blue) = 82+118+69=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #527645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527645 is #AD89BA. Grayscale: #656565. Windows color (decimal): -11372987 or 4552274. OLE color: 4552274.

HSL color Cylindrical-coordinate representation of color #527645: hue angle of 104.08º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #527645 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 69 -
CMYK 0.31 0 0.42 0.54
HSL 104.08º 0.26% 0.37% -
HSV(B) 104.08º 0.42% 0.46% -
XYZ 11.03 15.18 7.98 -
YUV 101.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 82 118 69 0.31 0 0.42 0.54 104.08 0.26 0.37
Hex 52 76 45 1F 0 2A 36 68 1A 25
Octal 122 166 105 37 0 52 66 150 32 45
Binary 1010010 1110110 1000101 11111 0 101010 110110 1101000 11010 100101

Color Harmonies of #527645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527645

Black with #527645

Text Example


Text Example

White with #527645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527645; }

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

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

background-color css

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

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

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

border-color css

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

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

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