#427C3A

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

Shades of Fern Green #427C3A

Tints of Fern Green #427C3A

Color information

#427C3A (or 0x427C3A) is unknown color: approx Fern Green. HEX triplet: 42, 7C and 3A. RGB value is (66,124,58). Sum of RGB (Red+Green+Blue) = 66+124+58=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #427C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C3A is #BD83C5. Grayscale: #636363. Windows color (decimal): -12420038 or 3832898. OLE color: 3832898.

HSL color Cylindrical-coordinate representation of color #427C3A: hue angle of 112.73º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #427C3A is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB6612458-
CMYK0.4700.530.51
HSL112.73º36.26%35.69%-
HSV(B)112.73º53.23%48.63%-
XYZ10.2215.886.53-
YUV99.13104.78104.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 124 (48.83% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=26.61%
G=50%
B=23.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124580.4700.530.51112.7336.2635.69
Hex427C3A2F03533712424
Octal1021747257065631614444
Binary1000010111110011101010111101101011100111110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,58); }

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

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

 a { background-color: rgb(66,124,58); }

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

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

 span { border-color: rgb(66,124,58); }

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