#51874B

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

Shades of Fern Green #51874B

Tints of Fern Green #51874B

Color information

#51874B (or 0x51874B) is unknown color: approx Fern Green. HEX triplet: 51, 87 and 4B. RGB value is (81,135,75). Sum of RGB (Red+Green+Blue) = 81+135+75=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #51874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51874B is #AE78B4. Grayscale: #707070. Windows color (decimal): -11434165 or 4949841. OLE color: 4949841.

HSL color Cylindrical-coordinate representation of color #51874B: hue angle of 114º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51874B is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB8113575-
CMYK0.4000.440.47
HSL114º28.57%41.18%-
HSV(B)114º44.44%52.94%-
XYZ13.3319.599.73-
YUV112.01107.11105.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=27.84%
G=46.39%
B=25.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81135750.4000.440.4711428.5741.18
Hex51874B2802C2F721d29
Octal12120711350054571623551
Binary10100011000011110010111010000101100101111111001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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