Html Css Color HEX #4A7A3E Fern Green

📋 copy color: '#4A7A3E'

red 74 ◦ green 122 ◦ blue 62

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

Shades of Fern Green #4A7A3E

Tints of Fern Green #4A7A3E

RGB

 RED value IS 74 (29.3% from 255) = 28.68%

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

 BLUE value IS 62 (24.61% from 255) = 24.03%

R = 28.68%
G = 47.29%
B = 24.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#4A7A3E (or 0x4A7A3E) is known color: Fern Green. HEX triplet: 4A, 7A and 3E. RGB value is (74,122,62). Sum of RGB (Red+Green+Blue) = 74+122+62=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7A3E is #B585C1. Grayscale: #656565. Windows color (decimal): -11896258 or 4094538. OLE color: 4094538.

HSL color Cylindrical-coordinate representation of color #4A7A3E: hue angle of 108º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A7A3E is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 122 62 -
CMYK 0.39 0 0.49 0.52
HSL 108º 0.33% 0.36% -
HSV(B) 108º 0.49% 0.48% -
XYZ 10.65 15.72 7.03 -
YUV 100.81 106.1 108.88 -
System Red Green Blue C M Y K H S L
Decimal 74 122 62 0.39 0 0.49 0.52 108 0.33 0.36
Hex 4A 7A 3E 27 0 31 34 6C 21 24
Octal 112 172 76 47 0 61 64 154 41 44
Binary 1001010 1111010 111110 100111 0 110001 110100 1101100 100001 100100

Color Harmonies of #4A7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7A3E

Black with #4A7A3E

Text Example


Text Example

White with #4A7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A7A3E; }

 p { color: rgb(74,122,62); }

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

background-color css

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

 a { background-color: rgb(74,122,62); }

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

border-color css

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

 span { border-color: rgb(74,122,62); }

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