Html Css Color HEX #527D44 Fern Green

📋 copy color: '#527D44'

red 82 ◦ green 125 ◦ blue 68

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

Shades of Fern Green #527D44

Tints of Fern Green #527D44

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.45%

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

R = 29.82%
G = 45.45%
B = 24.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#527D44 (or 0x527D44) is known color: Fern Green. HEX triplet: 52, 7D and 44. RGB value is (82,125,68). Sum of RGB (Red+Green+Blue) = 82+125+68=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #527D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527D44 is #AD82BB. Grayscale: #696969. Windows color (decimal): -11371196 or 4488530. OLE color: 4488530.

HSL color Cylindrical-coordinate representation of color #527D44: hue angle of 105.26º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527D44 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 125 68 -
CMYK 0.34 0 0.46 0.51
HSL 105.26º 0.3% 0.38% -
HSV(B) 105.26º 0.46% 0.49% -
XYZ 11.86 16.88 8.1 -
YUV 105.65 106.75 111.13 -
System Red Green Blue C M Y K H S L
Decimal 82 125 68 0.34 0 0.46 0.51 105.26 0.3 0.38
Hex 52 7D 44 22 0 2E 33 69 1E 26
Octal 122 175 104 42 0 56 63 151 36 46
Binary 1010010 1111101 1000100 100010 0 101110 110011 1101001 11110 100110

Color Harmonies of #527D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D44

Black with #527D44

Text Example


Text Example

White with #527D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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