Html Css Color HEX #427A40 Fern Green

📋 copy color: '#427A40'

red 66 ◦ green 122 ◦ blue 64

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

Shades of Fern Green #427A40

Tints of Fern Green #427A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.41%

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

R = 26.19%
G = 48.41%
B = 25.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#427A40 (or 0x427A40) is known color: Fern Green. HEX triplet: 42, 7A and 40. RGB value is (66,122,64). Sum of RGB (Red+Green+Blue) = 66+122+64=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #427A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A40 is #BD85BF. Grayscale: #626262. Windows color (decimal): -12420544 or 4225602. OLE color: 4225602.

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

Color convert

RGB 66 122 64 -
CMYK 0.46 0 0.48 0.52
HSL 117.93º 0.31% 0.36% -
HSV(B) 117.93º 0.48% 0.48% -
XYZ 10.13 15.45 7.3 -
YUV 98.64 108.45 104.72 -
System Red Green Blue C M Y K H S L
Decimal 66 122 64 0.46 0 0.48 0.52 117.93 0.31 0.36
Hex 42 7A 40 2E 0 30 34 76 1F 24
Octal 102 172 100 56 0 60 64 166 37 44
Binary 1000010 1111010 1000000 101110 0 110000 110100 1110110 11111 100100

Color Harmonies of #427A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A40

Black with #427A40

Text Example


Text Example

White with #427A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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