Html Css Color HEX #527943 Fern Green

📋 copy color: '#527943'

red 82 ◦ green 121 ◦ blue 67

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

Shades of Fern Green #527943

Tints of Fern Green #527943

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

 BLUE value IS 67 (26.56% from 255) = 24.81%

R = 30.37%
G = 44.81%
B = 24.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#527943 (or 0x527943) is known color: Fern Green. HEX triplet: 52, 79 and 43. RGB value is (82,121,67). Sum of RGB (Red+Green+Blue) = 82+121+67=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #527943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527943 is #AD86BC. Grayscale: #676767. Windows color (decimal): -11372221 or 4421970. OLE color: 4421970.

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

Color convert

RGB 82 121 67 -
CMYK 0.32 0 0.45 0.53
HSL 103.33º 0.29% 0.37% -
HSV(B) 103.33º 0.45% 0.47% -
XYZ 11.33 15.87 7.78 -
YUV 103.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 82 121 67 0.32 0 0.45 0.53 103.33 0.29 0.37
Hex 52 79 43 20 0 2D 35 67 1D 25
Octal 122 171 103 40 0 55 65 147 35 45
Binary 1010010 1111001 1000011 100000 0 101101 110101 1100111 11101 100101

Color Harmonies of #527943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527943

Black with #527943

Text Example


Text Example

White with #527943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527943; }

 p { color: rgb(82,121,67); }

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

background-color css

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

 a { background-color: rgb(82,121,67); }

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

border-color css

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

 span { border-color: rgb(82,121,67); }

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