#438240

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

Shades of Fern Green #438240

Tints of Fern Green #438240

Color information

#438240 (or 0x438240) is unknown color: approx Fern Green. HEX triplet: 43, 82 and 40. RGB value is (67,130,64). Sum of RGB (Red+Green+Blue) = 67+130+64=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #438240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438240 is #BC7DBF. Grayscale: #676767. Windows color (decimal): -12352960 or 4227651. OLE color: 4227651.

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

Color convert

RGB6713064-
CMYK0.4800.510.49
HSL117.27º34.02%38.04%-
HSV(B)117.27º50.77%50.98%-
XYZ11.2217.537.64-
YUV103.64105.63101.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.67%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=25.67%
G=49.81%
B=24.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67130640.4800.510.49117.2734.0238.04
Hex4382403003331752226
Octal10320210060063611654246
Binary100001110000010100000011000001100111100011110101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438240; }

 p { color: rgb(67,130,64); }

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

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

 a { background-color: rgb(67,130,64); }

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

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

 span { border-color: rgb(67,130,64); }

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