Html Css Color HEX #4B7241 Fern Green

📋 copy color: '#4B7241'

red 75 ◦ green 114 ◦ blue 65

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

Shades of Fern Green #4B7241

Tints of Fern Green #4B7241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 29.53%
G = 44.88%
B = 25.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#4B7241 (or 0x4B7241) is known color: Fern Green. HEX triplet: 4B, 72 and 41. RGB value is (75,114,65). Sum of RGB (Red+Green+Blue) = 75+114+65=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7241 is #B48DBE. Grayscale: #606060. Windows color (decimal): -11832767 or 4289099. OLE color: 4289099.

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

Color convert

RGB 75 114 65 -
CMYK 0.34 0 0.43 0.55
HSL 107.76º 0.27% 0.35% -
HSV(B) 107.76º 0.43% 0.45% -
XYZ 9.87 13.91 7.17 -
YUV 96.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 75 114 65 0.34 0 0.43 0.55 107.76 0.27 0.35
Hex 4B 72 41 22 0 2B 37 6C 1B 23
Octal 113 162 101 42 0 53 67 154 33 43
Binary 1001011 1110010 1000001 100010 0 101011 110111 1101100 11011 100011

Color Harmonies of #4B7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7241

Black with #4B7241

Text Example


Text Example

White with #4B7241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,114,65); }

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

background-color css

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

 a { background-color: rgb(75,114,65); }

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

border-color css

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

 span { border-color: rgb(75,114,65); }

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