Html Css Color HEX #427A3C Fern Green

📋 copy color: '#427A3C'

red 66 ◦ green 122 ◦ blue 60

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

Shades of Fern Green #427A3C

Tints of Fern Green #427A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.19%

R = 26.61%
G = 49.19%
B = 24.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#427A3C (or 0x427A3C) is known color: Fern Green. HEX triplet: 42, 7A and 3C. RGB value is (66,122,60). Sum of RGB (Red+Green+Blue) = 66+122+60=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #427A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A3C is #BD85C3. Grayscale: #626262. Windows color (decimal): -12420548 or 3963458. OLE color: 3963458.

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

Color convert

RGB 66 122 60 -
CMYK 0.46 0 0.51 0.52
HSL 114.19º 0.34% 0.36% -
HSV(B) 114.19º 0.51% 0.48% -
XYZ 10.02 15.4 6.72 -
YUV 98.19 106.45 105.04 -
System Red Green Blue C M Y K H S L
Decimal 66 122 60 0.46 0 0.51 0.52 114.19 0.34 0.36
Hex 42 7A 3C 2E 0 33 34 72 22 24
Octal 102 172 74 56 0 63 64 162 42 44
Binary 1000010 1111010 111100 101110 0 110011 110100 1110010 100010 100100

Color Harmonies of #427A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A3C

Black with #427A3C

Text Example


Text Example

White with #427A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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