Html Css Color HEX #427540 Fern Green

📋 copy color: '#427540'

red 66 ◦ green 117 ◦ blue 64

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

Shades of Fern Green #427540

Tints of Fern Green #427540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.37%

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

R = 26.72%
G = 47.37%
B = 25.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#427540 (or 0x427540) is known color: Fern Green. HEX triplet: 42, 75 and 40. RGB value is (66,117,64). Sum of RGB (Red+Green+Blue) = 66+117+64=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #427540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427540 is #BD8ABF. Grayscale: #5F5F5F. Windows color (decimal): -12421824 or 4224322. OLE color: 4224322.

HSL color Cylindrical-coordinate representation of color #427540: hue angle of 117.74º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427540 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 64 -
CMYK 0.44 0 0.45 0.54
HSL 117.74º 0.29% 0.35% -
HSV(B) 117.74º 0.45% 0.46% -
XYZ 9.53 14.25 7.1 -
YUV 95.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 66 117 64 0.44 0 0.45 0.54 117.74 0.29 0.35
Hex 42 75 40 2C 0 2D 36 76 1D 23
Octal 102 165 100 54 0 55 66 166 35 43
Binary 1000010 1110101 1000000 101100 0 101101 110110 1110110 11101 100011

Color Harmonies of #427540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427540

Black with #427540

Text Example


Text Example

White with #427540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427540; }

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

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

background-color css

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

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

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

border-color css

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

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

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