Html Css Color HEX #4B7B48 Fern Green

📋 copy color: '#4B7B48'

red 75 ◦ green 123 ◦ blue 72

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

Shades of Fern Green #4B7B48

Tints of Fern Green #4B7B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.56%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 27.78%
G = 45.56%
B = 26.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#4B7B48 (or 0x4B7B48) is known color: Fern Green. HEX triplet: 4B, 7B and 48. RGB value is (75,123,72). Sum of RGB (Red+Green+Blue) = 75+123+72=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 123 (48.44% from 255 or 45.56% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7B48 is #B484B7. Grayscale: #666666. Windows color (decimal): -11830456 or 4750155. OLE color: 4750155.

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

Color convert

RGB 75 123 72 -
CMYK 0.39 0 0.41 0.52
HSL 116.47º 0.26% 0.38% -
HSV(B) 116.47º 0.41% 0.48% -
XYZ 11.15 16.13 8.66 -
YUV 102.83 110.6 108.15 -
System Red Green Blue C M Y K H S L
Decimal 75 123 72 0.39 0 0.41 0.52 116.47 0.26 0.38
Hex 4B 7B 48 27 0 29 34 74 1A 26
Octal 113 173 110 47 0 51 64 164 32 46
Binary 1001011 1111011 1001000 100111 0 101001 110100 1110100 11010 100110

Color Harmonies of #4B7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7B48

Black with #4B7B48

Text Example


Text Example

White with #4B7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,123,72); }

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

background-color css

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

 a { background-color: rgb(75,123,72); }

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

border-color css

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

 span { border-color: rgb(75,123,72); }

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