Html Css Color HEX #4A823D Fern Green

📋 copy color: '#4A823D'

red 74 ◦ green 130 ◦ blue 61

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

Shades of Fern Green #4A823D

Tints of Fern Green #4A823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.06%

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 27.92%
G = 49.06%
B = 23.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#4A823D (or 0x4A823D) is known color: Fern Green. HEX triplet: 4A, 82 and 3D. RGB value is (74,130,61). Sum of RGB (Red+Green+Blue) = 74+130+61=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #4A823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A823D is #B57DC2. Grayscale: #696969. Windows color (decimal): -11894211 or 4031050. OLE color: 4031050.

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

Color convert

RGB 74 130 61 -
CMYK 0.43 0 0.53 0.49
HSL 108.7º 0.36% 0.37% -
HSV(B) 108.7º 0.53% 0.51% -
XYZ 11.65 17.76 7.23 -
YUV 105.39 102.95 105.61 -
System Red Green Blue C M Y K H S L
Decimal 74 130 61 0.43 0 0.53 0.49 108.7 0.36 0.37
Hex 4A 82 3D 2B 0 35 31 6D 24 25
Octal 112 202 75 53 0 65 61 155 44 45
Binary 1001010 10000010 111101 101011 0 110101 110001 1101101 100100 100101

Color Harmonies of #4A823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A823D

Black with #4A823D

Text Example


Text Example

White with #4A823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,130,61); }

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

background-color css

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

 a { background-color: rgb(74,130,61); }

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

border-color css

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

 span { border-color: rgb(74,130,61); }

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