Html Css Color HEX #4B7C42 Fern Green

📋 copy color: '#4B7C42'

red 75 ◦ green 124 ◦ blue 66

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

Shades of Fern Green #4B7C42

Tints of Fern Green #4B7C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.79%

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 28.3%
G = 46.79%
B = 24.91%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#4B7C42 (or 0x4B7C42) is known color: Fern Green. HEX triplet: 4B, 7C and 42. RGB value is (75,124,66). Sum of RGB (Red+Green+Blue) = 75+124+66=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 124 (48.83% from 255 or 46.79% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 124 - color contains mainly: green. Hex color #4B7C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7C42 is #B483BD. Grayscale: #666666. Windows color (decimal): -11830206 or 4357195. OLE color: 4357195.

HSL color Cylindrical-coordinate representation of color #4B7C42: hue angle of 110.69º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B7C42 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 124 66 -
CMYK 0.40 0 0.47 0.51
HSL 110.69º 0.31% 0.37% -
HSV(B) 110.69º 0.47% 0.49% -
XYZ 11.09 16.3 7.72 -
YUV 102.74 107.27 108.22 -
System Red Green Blue C M Y K H S L
Decimal 75 124 66 0.40 0 0.47 0.51 110.69 0.31 0.37
Hex 4B 7C 42 28 0 2F 33 6F 1F 25
Octal 113 174 102 50 0 57 63 157 37 45
Binary 1001011 1111100 1000010 101000 0 101111 110011 1101111 11111 100101

Color Harmonies of #4B7C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7C42

Black with #4B7C42

Text Example


Text Example

White with #4B7C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,124,66); }

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

background-color css

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

 a { background-color: rgb(75,124,66); }

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

border-color css

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

 span { border-color: rgb(75,124,66); }

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