Html Css Color HEX #4B7040 Fern Green

📋 copy color: '#4B7040'

red 75 ◦ green 112 ◦ blue 64

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

Shades of Fern Green #4B7040

Tints of Fern Green #4B7040

RGB

 RED value IS 75 (29.69% from 255) = 29.88%

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

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

R = 29.88%
G = 44.62%
B = 25.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#4B7040 (or 0x4B7040) is known color: Fern Green. HEX triplet: 4B, 70 and 40. RGB value is (75,112,64). Sum of RGB (Red+Green+Blue) = 75+112+64=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7040 is #B48FBF. Grayscale: #5F5F5F. Windows color (decimal): -11833280 or 4223051. OLE color: 4223051.

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

Color convert

RGB 75 112 64 -
CMYK 0.33 0 0.43 0.56
HSL 106.25º 0.27% 0.35% -
HSV(B) 106.25º 0.43% 0.44% -
XYZ 9.62 13.45 6.94 -
YUV 95.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 75 112 64 0.33 0 0.43 0.56 106.25 0.27 0.35
Hex 4B 70 40 21 0 2B 38 6A 1B 23
Octal 113 160 100 41 0 53 70 152 33 43
Binary 1001011 1110000 1000000 100001 0 101011 111000 1101010 11011 100011

Color Harmonies of #4B7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7040

Black with #4B7040

Text Example


Text Example

White with #4B7040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,112,64); }

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

background-color css

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

 a { background-color: rgb(75,112,64); }

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

border-color css

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

 span { border-color: rgb(75,112,64); }

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