Html Css Color HEX #4B8740 Fern Green

📋 copy color: '#4B8740'

red 75 ◦ green 135 ◦ blue 64

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

Shades of Fern Green #4B8740

Tints of Fern Green #4B8740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.27%

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

R = 27.37%
G = 49.27%
B = 23.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#4B8740 (or 0x4B8740) is known color: Fern Green. HEX triplet: 4B, 87 and 40. RGB value is (75,135,64). Sum of RGB (Red+Green+Blue) = 75+135+64=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #4B8740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8740 is #B478BF. Grayscale: #6D6D6D. Windows color (decimal): -11827392 or 4228939. OLE color: 4228939.

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

Color convert

RGB 75 135 64 -
CMYK 0.44 0 0.53 0.47
HSL 110.7º 0.36% 0.39% -
HSV(B) 110.7º 0.53% 0.53% -
XYZ 12.49 19.19 7.9 -
YUV 108.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 75 135 64 0.44 0 0.53 0.47 110.7 0.36 0.39
Hex 4B 87 40 2C 0 35 2F 6F 24 27
Octal 113 207 100 54 0 65 57 157 44 47
Binary 1001011 10000111 1000000 101100 0 110101 101111 1101111 100100 100111

Color Harmonies of #4B8740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8740

Black with #4B8740

Text Example


Text Example

White with #4B8740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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