Html Css Color HEX #527341 Fern Green

📋 copy color: '#527341'

red 82 ◦ green 115 ◦ blue 65

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

Shades of Fern Green #527341

Tints of Fern Green #527341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 31.3%
G = 43.89%
B = 24.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#527341 (or 0x527341) is known color: Fern Green. HEX triplet: 52, 73 and 41. RGB value is (82,115,65). Sum of RGB (Red+Green+Blue) = 82+115+65=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #527341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527341 is #AD8CBE. Grayscale: #636363. Windows color (decimal): -11373759 or 4289362. OLE color: 4289362.

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

Color convert

RGB 82 115 65 -
CMYK 0.29 0 0.43 0.55
HSL 99.6º 0.28% 0.35% -
HSV(B) 99.6º 0.43% 0.45% -
XYZ 10.56 14.44 7.23 -
YUV 99.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 82 115 65 0.29 0 0.43 0.55 99.6 0.28 0.35
Hex 52 73 41 1D 0 2B 37 64 1C 23
Octal 122 163 101 35 0 53 67 144 34 43
Binary 1010010 1110011 1000001 11101 0 101011 110111 1100100 11100 100011

Color Harmonies of #527341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527341

Black with #527341

Text Example


Text Example

White with #527341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527341; }

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

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

background-color css

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

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

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

border-color css

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

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

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