Html Css Color HEX #4A763A Fern Green

📋 copy color: '#4A763A'

red 74 ◦ green 118 ◦ blue 58

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

Shades of Fern Green #4A763A

Tints of Fern Green #4A763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.2%

 BLUE value IS 58 (23.05% from 255) = 23.2%

R = 29.6%
G = 47.2%
B = 23.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#4A763A (or 0x4A763A) is known color: Fern Green. HEX triplet: 4A, 76 and 3A. RGB value is (74,118,58). Sum of RGB (Red+Green+Blue) = 74+118+58=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #4A763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A763A is #B589C5. Grayscale: #626262. Windows color (decimal): -11897286 or 3831370. OLE color: 3831370.

HSL color Cylindrical-coordinate representation of color #4A763A: hue angle of 104º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A763A is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 118 58 -
CMYK 0.37 0 0.51 0.54
HSL 104º 0.34% 0.35% -
HSV(B) 104º 0.51% 0.46% -
XYZ 10.07 14.72 6.31 -
YUV 98 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 74 118 58 0.37 0 0.51 0.54 104 0.34 0.35
Hex 4A 76 3A 25 0 33 36 68 22 23
Octal 112 166 72 45 0 63 66 150 42 43
Binary 1001010 1110110 111010 100101 0 110011 110110 1101000 100010 100011

Color Harmonies of #4A763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A763A

Black with #4A763A

Text Example


Text Example

White with #4A763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,118,58); }

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

background-color css

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

 a { background-color: rgb(74,118,58); }

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

border-color css

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

 span { border-color: rgb(74,118,58); }

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