Html Css Color HEX #527744 Fern Green

📋 copy color: '#527744'

red 82 ◦ green 119 ◦ blue 68

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

Shades of Fern Green #527744

Tints of Fern Green #527744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 30.48%
G = 44.24%
B = 25.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#527744 (or 0x527744) is known color: Fern Green. HEX triplet: 52, 77 and 44. RGB value is (82,119,68). Sum of RGB (Red+Green+Blue) = 82+119+68=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #527744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527744 is #AD88BB. Grayscale: #666666. Windows color (decimal): -11372732 or 4486994. OLE color: 4486994.

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

Color convert

RGB 82 119 68 -
CMYK 0.31 0 0.43 0.53
HSL 103.53º 0.27% 0.37% -
HSV(B) 103.53º 0.43% 0.47% -
XYZ 11.12 15.4 7.86 -
YUV 102.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 82 119 68 0.31 0 0.43 0.53 103.53 0.27 0.37
Hex 52 77 44 1F 0 2B 35 68 1B 25
Octal 122 167 104 37 0 53 65 150 33 45
Binary 1010010 1110111 1000100 11111 0 101011 110101 1101000 11011 100101

Color Harmonies of #527744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527744

Black with #527744

Text Example


Text Example

White with #527744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527744; }

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

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

background-color css

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

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

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

border-color css

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

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

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