Html Css Color HEX #518334 Fern Green

📋 copy color: '#518334'

red 81 ◦ green 131 ◦ blue 52

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

Shades of Fern Green #518334

Tints of Fern Green #518334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 30.68%
G = 49.62%
B = 19.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#518334 (or 0x518334) is known color: Fern Green. HEX triplet: 51, 83 and 34. RGB value is (81,131,52). Sum of RGB (Red+Green+Blue) = 81+131+52=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #518334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518334 is #AE7CCB. Grayscale: #6B6B6B. Windows color (decimal): -11435212 or 3441489. OLE color: 3441489.

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

Color convert

RGB 81 131 52 -
CMYK 0.38 0 0.60 0.49
HSL 97.97º 0.43% 0.36% -
HSV(B) 97.97º 0.6% 0.51% -
XYZ 12.13 18.23 6.13 -
YUV 107.04 96.94 109.42 -
System Red Green Blue C M Y K H S L
Decimal 81 131 52 0.38 0 0.60 0.49 97.97 0.43 0.36
Hex 51 83 34 26 0 3C 31 62 2B 24
Octal 121 203 64 46 0 74 61 142 53 44
Binary 1010001 10000011 110100 100110 0 111100 110001 1100010 101011 100100

Color Harmonies of #518334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518334

Black with #518334

Text Example


Text Example

White with #518334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518334; }

 p { color: rgb(81,131,52); }

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

background-color css

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

 a { background-color: rgb(81,131,52); }

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

border-color css

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

 span { border-color: rgb(81,131,52); }

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