#427B3D

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

Shades of Fern Green #427B3D

Tints of Fern Green #427B3D

Color information

#427B3D (or 0x427B3D) is unknown color: approx Fern Green. HEX triplet: 42, 7B and 3D. RGB value is (66,123,61). Sum of RGB (Red+Green+Blue) = 66+123+61=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #427B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B3D is #BD84C2. Grayscale: #636363. Windows color (decimal): -12420291 or 4029250. OLE color: 4029250.

HSL color Cylindrical-coordinate representation of color #427B3D: hue angle of 115.16º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427B3D is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB6612361-
CMYK0.4600.500.52
HSL115.16º33.7%36.08%-
HSV(B)115.16º50.41%48.24%-
XYZ10.1715.666.9-
YUV98.89106.62104.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 123 (48.44% from 255) = 49.2%
BLUE value IS 61 (24.22% from 255) = 24.4%
R=26.4%
G=49.2%
B=24.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123610.4600.500.52115.1633.736.08
Hex427B3D2E03234732224
Octal1021737556062641634244
Binary1000010111101111110110111001100101101001110011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427B3D; }

 p { color: rgb(66,123,61); }

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

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

 a { background-color: rgb(66,123,61); }

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

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

 span { border-color: rgb(66,123,61); }

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