Html Css Color HEX #4A703B Fern Green

📋 copy color: '#4A703B'

red 74 ◦ green 112 ◦ blue 59

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

Shades of Fern Green #4A703B

Tints of Fern Green #4A703B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 30.2%
G = 45.71%
B = 24.08%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#4A703B (or 0x4A703B) is known color: Fern Green. HEX triplet: 4A, 70 and 3B. RGB value is (74,112,59). Sum of RGB (Red+Green+Blue) = 74+112+59=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #4A703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A703B is #B58FC4. Grayscale: #5E5E5E. Windows color (decimal): -11898821 or 3895370. OLE color: 3895370.

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

Color convert

RGB 74 112 59 -
CMYK 0.34 0 0.47 0.56
HSL 103.02º 0.31% 0.34% -
HSV(B) 103.02º 0.47% 0.44% -
XYZ 9.41 13.36 6.22 -
YUV 94.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 74 112 59 0.34 0 0.47 0.56 103.02 0.31 0.34
Hex 4A 70 3B 22 0 2F 38 67 1F 22
Octal 112 160 73 42 0 57 70 147 37 42
Binary 1001010 1110000 111011 100010 0 101111 111000 1100111 11111 100010

Color Harmonies of #4A703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A703B

Black with #4A703B

Text Example


Text Example

White with #4A703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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