Html Css Color HEX #4B7A44 Fern Green

📋 copy color: '#4B7A44'

red 75 ◦ green 122 ◦ blue 68

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

Shades of Fern Green #4B7A44

Tints of Fern Green #4B7A44

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.04%

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 28.3%
G = 46.04%
B = 25.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#4B7A44 (or 0x4B7A44) is known color: Fern Green. HEX triplet: 4B, 7A and 44. RGB value is (75,122,68). Sum of RGB (Red+Green+Blue) = 75+122+68=265 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.30% from 265); Green value is 122 (48.05% from 255 or 46.04% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7A44 is #B485BB. Grayscale: #656565. Windows color (decimal): -11830716 or 4487755. OLE color: 4487755.

HSL color Cylindrical-coordinate representation of color #4B7A44: hue angle of 112.22º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B7A44 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 75 122 68 -
CMYK 0.39 0 0.44 0.52
HSL 112.22º 0.28% 0.37% -
HSV(B) 112.22º 0.44% 0.48% -
XYZ 10.9 15.83 7.95 -
YUV 101.79 108.93 108.89 -
System Red Green Blue C M Y K H S L
Decimal 75 122 68 0.39 0 0.44 0.52 112.22 0.28 0.37
Hex 4B 7A 44 27 0 2C 34 70 1C 25
Octal 113 172 104 47 0 54 64 160 34 45
Binary 1001011 1111010 1000100 100111 0 101100 110100 1110000 11100 100101

Color Harmonies of #4B7A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7A44

Black with #4B7A44

Text Example


Text Example

White with #4B7A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,122,68); }

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

background-color css

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

 a { background-color: rgb(75,122,68); }

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

border-color css

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

 span { border-color: rgb(75,122,68); }

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