#427A3A

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

Shades of Fern Green #427A3A

Tints of Fern Green #427A3A

Color information

#427A3A (or 0x427A3A) is unknown color: approx Fern Green. HEX triplet: 42, 7A and 3A. RGB value is (66,122,58). Sum of RGB (Red+Green+Blue) = 66+122+58=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #427A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A3A is #BD85C5. Grayscale: #626262. Windows color (decimal): -12420550 or 3832386. OLE color: 3832386.

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

Color convert

RGB6612258-
CMYK0.4600.520.52
HSL112.5º35.56%35.29%-
HSV(B)112.5º52.46%47.84%-
XYZ9.9715.386.45-
YUV97.96105.45105.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 122 (48.05% from 255) = 49.59%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=26.83%
G=49.59%
B=23.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122580.4600.520.52112.535.5635.29
Hex427A3A2E03434702423
Octal1021727256064641604443
Binary1000010111101011101010111001101001101001110000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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