Html Css Color HEX #4B7238 Fern Green

📋 copy color: '#4B7238'

red 75 ◦ green 114 ◦ blue 56

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

Shades of Fern Green #4B7238

Tints of Fern Green #4B7238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.86%

R = 30.61%
G = 46.53%
B = 22.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#4B7238 (or 0x4B7238) is known color: Fern Green. HEX triplet: 4B, 72 and 38. RGB value is (75,114,56). Sum of RGB (Red+Green+Blue) = 75+114+56=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7238 is #B48DC7. Grayscale: #5F5F5F. Windows color (decimal): -11832776 or 3699275. OLE color: 3699275.

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

Color convert

RGB 75 114 56 -
CMYK 0.34 0 0.51 0.55
HSL 100.34º 0.34% 0.33% -
HSV(B) 100.34º 0.51% 0.45% -
XYZ 9.63 13.82 5.9 -
YUV 95.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 75 114 56 0.34 0 0.51 0.55 100.34 0.34 0.33
Hex 4B 72 38 22 0 33 37 64 22 21
Octal 113 162 70 42 0 63 67 144 42 41
Binary 1001011 1110010 111000 100010 0 110011 110111 1100100 100010 100001

Color Harmonies of #4B7238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7238

Black with #4B7238

Text Example


Text Example

White with #4B7238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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