#468640

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

Shades of Fern Green #468640

Tints of Fern Green #468640

Color information

#468640 (or 0x468640) is unknown color: approx Fern Green. HEX triplet: 46, 86 and 40. RGB value is (70,134,64). Sum of RGB (Red+Green+Blue) = 70+134+64=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #468640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468640 is #B979BF. Grayscale: #6B6B6B. Windows color (decimal): -12155328 or 4228678. OLE color: 4228678.

HSL color Cylindrical-coordinate representation of color #468640: hue angle of 114.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468640 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB7013464-
CMYK0.4800.520.47
HSL114.86º35.35%38.82%-
HSV(B)114.86º52.24%52.55%-
XYZ11.9818.727.83-
YUV106.88103.8101.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=26.12%
G=50%
B=23.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70134640.4800.520.47114.8635.3538.82
Hex468640300342F732327
Octal10620610060064571634347
Binary100011010000110100000011000001101001011111110011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468640; }

 p { color: rgb(70,134,64); }

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

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

 a { background-color: rgb(70,134,64); }

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

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

 span { border-color: rgb(70,134,64); }

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