Html Css Color HEX #518535 Fern Green

📋 copy color: '#518535'

red 81 ◦ green 133 ◦ blue 53

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

Shades of Fern Green #518535

Tints of Fern Green #518535

RGB

 RED value IS 81 (32.03% from 255) = 30.34%

 GREEN value IS 133 (52.34% from 255) = 49.81%

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 30.34%
G = 49.81%
B = 19.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#518535 (or 0x518535) is known color: Fern Green. HEX triplet: 51, 85 and 35. RGB value is (81,133,53). Sum of RGB (Red+Green+Blue) = 81+133+53=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #518535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518535 is #AE7ACA. Grayscale: #6C6C6C. Windows color (decimal): -11434699 or 3507537. OLE color: 3507537.

HSL color Cylindrical-coordinate representation of color #518535: hue angle of 99º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518535 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 133 53 -
CMYK 0.39 0 0.60 0.48
HSL 99º 0.43% 0.36% -
HSV(B) 99º 0.6% 0.52% -
XYZ 12.42 18.78 6.34 -
YUV 108.33 96.77 108.5 -
System Red Green Blue C M Y K H S L
Decimal 81 133 53 0.39 0 0.60 0.48 99 0.43 0.36
Hex 51 85 35 27 0 3C 30 63 2B 24
Octal 121 205 65 47 0 74 60 143 53 44
Binary 1010001 10000101 110101 100111 0 111100 110000 1100011 101011 100100

Color Harmonies of #518535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518535

Black with #518535

Text Example


Text Example

White with #518535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518535; }

 p { color: rgb(81,133,53); }

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

background-color css

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

 a { background-color: rgb(81,133,53); }

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

border-color css

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

 span { border-color: rgb(81,133,53); }

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