Html Css Color HEX #527741 Fern Green

📋 copy color: '#527741'

red 82 ◦ green 119 ◦ blue 65

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

Shades of Fern Green #527741

Tints of Fern Green #527741

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.74%

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

R = 30.83%
G = 44.74%
B = 24.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#527741 (or 0x527741) is known color: Fern Green. HEX triplet: 52, 77 and 41. RGB value is (82,119,65). Sum of RGB (Red+Green+Blue) = 82+119+65=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #527741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527741 is #AD88BE. Grayscale: #656565. Windows color (decimal): -11372735 or 4290386. OLE color: 4290386.

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

Color convert

RGB 82 119 65 -
CMYK 0.31 0 0.45 0.53
HSL 101.11º 0.29% 0.36% -
HSV(B) 101.11º 0.45% 0.47% -
XYZ 11.03 15.37 7.39 -
YUV 101.78 107.24 113.89 -
System Red Green Blue C M Y K H S L
Decimal 82 119 65 0.31 0 0.45 0.53 101.11 0.29 0.36
Hex 52 77 41 1F 0 2D 35 65 1D 24
Octal 122 167 101 37 0 55 65 145 35 44
Binary 1010010 1110111 1000001 11111 0 101101 110101 1100101 11101 100100

Color Harmonies of #527741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527741

Black with #527741

Text Example


Text Example

White with #527741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527741; }

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

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

background-color css

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

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

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

border-color css

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

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

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