#51834B

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

Shades of Fern Green #51834B

Tints of Fern Green #51834B

Color information

#51834B (or 0x51834B) is unknown color: approx Fern Green. HEX triplet: 51, 83 and 4B. RGB value is (81,131,75). Sum of RGB (Red+Green+Blue) = 81+131+75=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #51834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51834B is #AE7CB4. Grayscale: #6D6D6D. Windows color (decimal): -11435189 or 4948817. OLE color: 4948817.

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

Color convert

RGB8113175-
CMYK0.3800.430.49
HSL113.57º27.18%40.39%-
HSV(B)113.57º42.75%51.37%-
XYZ12.7818.499.55-
YUV109.67108.44107.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 131 (51.56% from 255) = 45.64%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=28.22%
G=45.64%
B=26.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81131750.3800.430.49113.5727.1840.39
Hex51834B2602B31721b28
Octal12120311346053611623350
Binary10100011000001110010111001100101011110001111001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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