Html Css Color HEX #4B7B46 Fern Green

📋 copy color: '#4B7B46'

red 75 ◦ green 123 ◦ blue 70

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

Shades of Fern Green #4B7B46

Tints of Fern Green #4B7B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.12%

R = 27.99%
G = 45.9%
B = 26.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#4B7B46 (or 0x4B7B46) is known color: Fern Green. HEX triplet: 4B, 7B and 46. RGB value is (75,123,70). Sum of RGB (Red+Green+Blue) = 75+123+70=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 123 - color contains mainly: green. Hex color #4B7B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7B46 is #B484B9. Grayscale: #666666. Windows color (decimal): -11830458 or 4619083. OLE color: 4619083.

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

Color convert

RGB 75 123 70 -
CMYK 0.39 0 0.43 0.52
HSL 114.34º 0.27% 0.38% -
HSV(B) 114.34º 0.43% 0.48% -
XYZ 11.09 16.1 8.32 -
YUV 102.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 75 123 70 0.39 0 0.43 0.52 114.34 0.27 0.38
Hex 4B 7B 46 27 0 2B 34 72 1B 26
Octal 113 173 106 47 0 53 64 162 33 46
Binary 1001011 1111011 1000110 100111 0 101011 110100 1110010 11011 100110

Color Harmonies of #4B7B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7B46

Black with #4B7B46

Text Example


Text Example

White with #4B7B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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