Html Css Color HEX #4A7038 Fern Green

📋 copy color: '#4A7038'

red 74 ◦ green 112 ◦ blue 56

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

Shades of Fern Green #4A7038

Tints of Fern Green #4A7038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.14%

R = 30.58%
G = 46.28%
B = 23.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#4A7038 (or 0x4A7038) is known color: Fern Green. HEX triplet: 4A, 70 and 38. RGB value is (74,112,56). Sum of RGB (Red+Green+Blue) = 74+112+56=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7038 is #B58FC7. Grayscale: #5E5E5E. Windows color (decimal): -11898824 or 3698762. OLE color: 3698762.

HSL color Cylindrical-coordinate representation of color #4A7038: hue angle of 100.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A7038 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 112 56 -
CMYK 0.34 0 0.50 0.56
HSL 100.71º 0.33% 0.33% -
HSV(B) 100.71º 0.5% 0.44% -
XYZ 9.33 13.33 5.82 -
YUV 94.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 74 112 56 0.34 0 0.50 0.56 100.71 0.33 0.33
Hex 4A 70 38 22 0 32 38 65 21 21
Octal 112 160 70 42 0 62 70 145 41 41
Binary 1001010 1110000 111000 100010 0 110010 111000 1100101 100001 100001

Color Harmonies of #4A7038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7038

Black with #4A7038

Text Example


Text Example

White with #4A7038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,56); }

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

background-color css

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

 a { background-color: rgb(74,112,56); }

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

border-color css

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

 span { border-color: rgb(74,112,56); }

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