Html Css Color HEX #4A813A Fern Green

📋 copy color: '#4A813A'

red 74 ◦ green 129 ◦ blue 58

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

Shades of Fern Green #4A813A

Tints of Fern Green #4A813A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.43%

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

R = 28.35%
G = 49.43%
B = 22.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#4A813A (or 0x4A813A) is known color: Fern Green. HEX triplet: 4A, 81 and 3A. RGB value is (74,129,58). Sum of RGB (Red+Green+Blue) = 74+129+58=261 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.35% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #4A813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A813A is #B57EC5. Grayscale: #686868. Windows color (decimal): -11894470 or 3834186. OLE color: 3834186.

HSL color Cylindrical-coordinate representation of color #4A813A: hue angle of 106.48º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A813A is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 129 58 -
CMYK 0.43 0 0.55 0.49
HSL 106.48º 0.38% 0.37% -
HSV(B) 106.48º 0.55% 0.51% -
XYZ 11.44 17.46 6.77 -
YUV 104.46 101.78 106.27 -
System Red Green Blue C M Y K H S L
Decimal 74 129 58 0.43 0 0.55 0.49 106.48 0.38 0.37
Hex 4A 81 3A 2B 0 37 31 6A 26 25
Octal 112 201 72 53 0 67 61 152 46 45
Binary 1001010 10000001 111010 101011 0 110111 110001 1101010 100110 100101

Color Harmonies of #4A813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A813A

Black with #4A813A

Text Example


Text Example

White with #4A813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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