Html Css Color HEX #527344 Fern Green

📋 copy color: '#527344'

red 82 ◦ green 115 ◦ blue 68

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

Shades of Fern Green #527344

Tints of Fern Green #527344

RGB

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

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

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

R = 30.94%
G = 43.4%
B = 25.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#527344 (or 0x527344) is known color: Fern Green. HEX triplet: 52, 73 and 44. RGB value is (82,115,68). Sum of RGB (Red+Green+Blue) = 82+115+68=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #527344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527344 is #AD8CBB. Grayscale: #636363. Windows color (decimal): -11373756 or 4485970. OLE color: 4485970.

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

Color convert

RGB 82 115 68 -
CMYK 0.29 0 0.41 0.55
HSL 102.13º 0.26% 0.36% -
HSV(B) 102.13º 0.41% 0.45% -
XYZ 10.65 14.47 7.7 -
YUV 99.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 82 115 68 0.29 0 0.41 0.55 102.13 0.26 0.36
Hex 52 73 44 1D 0 29 37 66 1A 24
Octal 122 163 104 35 0 51 67 146 32 44
Binary 1010010 1110011 1000100 11101 0 101001 110111 1100110 11010 100100

Color Harmonies of #527344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527344

Black with #527344

Text Example


Text Example

White with #527344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527344; }

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

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

background-color css

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

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

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

border-color css

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

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

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