Html Css Color HEX #427040 Fern Green

📋 copy color: '#427040'

red 66 ◦ green 112 ◦ blue 64

#427040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #427040

Tints of Fern Green #427040

RGB

 RED value IS 66 (26.17% from 255) = 27.27%

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 27.27%
G = 46.28%
B = 26.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#427040 (or 0x427040) is known color: Fern Green. HEX triplet: 42, 70 and 40. RGB value is (66,112,64). Sum of RGB (Red+Green+Blue) = 66+112+64=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #427040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427040 is #BD8FBF. Grayscale: #5C5C5C. Windows color (decimal): -12423104 or 4223042. OLE color: 4223042.

HSL color Cylindrical-coordinate representation of color #427040: hue angle of 117.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427040 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 112 64 -
CMYK 0.41 0 0.43 0.56
HSL 117.5º 0.27% 0.35% -
HSV(B) 117.5º 0.43% 0.44% -
XYZ 8.97 13.12 6.91 -
YUV 92.77 111.76 108.9 -
System Red Green Blue C M Y K H S L
Decimal 66 112 64 0.41 0 0.43 0.56 117.5 0.27 0.35
Hex 42 70 40 29 0 2B 38 76 1B 23
Octal 102 160 100 51 0 53 70 166 33 43
Binary 1000010 1110000 1000000 101001 0 101011 111000 1110110 11011 100011

Color Harmonies of #427040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427040

Black with #427040

Text Example


Text Example

White with #427040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427040; }

 p { color: rgb(66,112,64); }

 H1.HeaderClassName
 {
   color: #427040;
 }
 .AnyTagClassName
 {
   color: #427040;
 }
</style>

background-color css

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

 a { background-color: rgb(66,112,64); }

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

border-color css

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

 span { border-color: rgb(66,112,64); }

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