#51834A

Color #51834A Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #51834A

Tints of Fern Green #51834A

Color information

#51834A (or 0x51834A) is unknown color: approx Fern Green. HEX triplet: 51, 83 and 4A. RGB value is (81,131,74). Sum of RGB (Red+Green+Blue) = 81+131+74=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #51834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51834A is #AE7CB5. Grayscale: #6D6D6D. Windows color (decimal): -11435190 or 4883281. OLE color: 4883281.

HSL color Cylindrical-coordinate representation of color #51834A: hue angle of 112.63º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51834A is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB8113174-
CMYK0.3800.440.49
HSL112.63º27.8%40.2%-
HSV(B)112.63º43.51%51.37%-
XYZ12.7518.489.37-
YUV109.55107.94107.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=28.32%
G=45.80%
B=25.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81131740.3800.440.49112.6327.840.2
Hex51834A2602C31711c28
Octal12120311246054611613450
Binary10100011000001110010101001100101100110001111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51834A; }

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

 H1.HeaderClassName
 {
   color: #51834A;
 }
 .AnyTagClassName
 {
   color: #51834A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51834A;
 }
 .BgClassName
 {
   background-color: #51834A;
 }
</style>
border-color css

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

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

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