Html Css Color HEX #4A7B46 Fern Green

📋 copy color: '#4A7B46'

red 74 ◦ green 123 ◦ blue 70

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

Shades of Fern Green #4A7B46

Tints of Fern Green #4A7B46

RGB

 RED value IS 74 (29.3% from 255) = 27.72%

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

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

R = 27.72%
G = 46.07%
B = 26.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#4A7B46 (or 0x4A7B46) is known color: Fern Green. HEX triplet: 4A, 7B and 46. RGB value is (74,123,70). Sum of RGB (Red+Green+Blue) = 74+123+70=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7B46 is #B584B9. Grayscale: #666666. Windows color (decimal): -11895994 or 4619082. OLE color: 4619082.

HSL color Cylindrical-coordinate representation of color #4A7B46: hue angle of 115.47º 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 #4A7B46 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 74 123 70 -
CMYK 0.40 0 0.43 0.52
HSL 115.47º 0.27% 0.38% -
HSV(B) 115.47º 0.43% 0.48% -
XYZ 11.01 16.06 8.31 -
YUV 102.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 74 123 70 0.40 0 0.43 0.52 115.47 0.27 0.38
Hex 4A 7B 46 28 0 2B 34 73 1B 26
Octal 112 173 106 50 0 53 64 163 33 46
Binary 1001010 1111011 1000110 101000 0 101011 110100 1110011 11011 100110

Color Harmonies of #4A7B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7B46

Black with #4A7B46

Text Example


Text Example

White with #4A7B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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