Html Css Color HEX #527840 Fern Green

📋 copy color: '#527840'

red 82 ◦ green 120 ◦ blue 64

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

Shades of Fern Green #527840

Tints of Fern Green #527840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.11%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 30.83%
G = 45.11%
B = 24.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#527840 (or 0x527840) is known color: Fern Green. HEX triplet: 52, 78 and 40. RGB value is (82,120,64). Sum of RGB (Red+Green+Blue) = 82+120+64=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #527840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527840 is #AD87BF. Grayscale: #666666. Windows color (decimal): -11372480 or 4225106. OLE color: 4225106.

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

Color convert

RGB 82 120 64 -
CMYK 0.32 0 0.47 0.53
HSL 100.71º 0.3% 0.36% -
HSV(B) 100.71º 0.47% 0.47% -
XYZ 11.12 15.6 7.27 -
YUV 102.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 82 120 64 0.32 0 0.47 0.53 100.71 0.3 0.36
Hex 52 78 40 20 0 2F 35 65 1E 24
Octal 122 170 100 40 0 57 65 145 36 44
Binary 1010010 1111000 1000000 100000 0 101111 110101 1100101 11110 100100

Color Harmonies of #527840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527840

Black with #527840

Text Example


Text Example

White with #527840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527840; }

 p { color: rgb(82,120,64); }

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

background-color css

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

 a { background-color: rgb(82,120,64); }

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

border-color css

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

 span { border-color: rgb(82,120,64); }

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