#427B38

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

Shades of Fern Green #427B38

Tints of Fern Green #427B38

Color information

#427B38 (or 0x427B38) is unknown color: approx Fern Green. HEX triplet: 42, 7B and 38. RGB value is (66,123,56). Sum of RGB (Red+Green+Blue) = 66+123+56=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #427B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427B38 is #BD84C7. Grayscale: #626262. Windows color (decimal): -12420296 or 3701570. OLE color: 3701570.

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

Color convert

RGB6612356-
CMYK0.4600.540.52
HSL111.04º37.43%35.1%-
HSV(B)111.04º54.47%48.24%-
XYZ10.0415.616.23-
YUV98.32104.12104.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 123 (48.44% from 255) = 50.20%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=26.94%
G=50.20%
B=22.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66123560.4600.540.52111.0437.4335.1
Hex427B382E036346f2523
Octal1021737056066641574543
Binary1000010111101111100010111001101101101001101111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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