Html Css Color HEX #4F824A Fern Green

📋 copy color: '#4F824A'

red 79 ◦ green 130 ◦ blue 74

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

Shades of Fern Green #4F824A

Tints of Fern Green #4F824A

RGB

 RED value IS 79 (31.25% from 255) = 27.92%

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 27.92%
G = 45.94%
B = 26.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#4F824A (or 0x4F824A) is known color: Fern Green. HEX triplet: 4F, 82 and 4A. RGB value is (79,130,74). Sum of RGB (Red+Green+Blue) = 79+130+74=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #4F824A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F824A is #B07DB5. Grayscale: #6C6C6C. Windows color (decimal): -11566518 or 4883023. OLE color: 4883023.

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

Color convert

RGB 79 130 74 -
CMYK 0.39 0 0.43 0.49
HSL 114.64º 0.27% 0.4% -
HSV(B) 114.64º 0.43% 0.51% -
XYZ 12.44 18.12 9.32 -
YUV 108.37 108.6 107.05 -
System Red Green Blue C M Y K H S L
Decimal 79 130 74 0.39 0 0.43 0.49 114.64 0.27 0.4
Hex 4F 82 4A 27 0 2B 31 73 1B 28
Octal 117 202 112 47 0 53 61 163 33 50
Binary 1001111 10000010 1001010 100111 0 101011 110001 1110011 11011 101000

Color Harmonies of #4F824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F824A

Black with #4F824A

Text Example


Text Example

White with #4F824A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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