Html Css Color HEX #4F692A Green Leaf

📋 copy color: '#4F692A'

red 79 ◦ green 105 ◦ blue 42

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

Shades of Green Leaf #4F692A

Tints of Green Leaf #4F692A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

 BLUE value IS 42 (16.8% from 255) = 18.58%

R = 34.96%
G = 46.46%
B = 18.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#4F692A (or 0x4F692A) is known color: Green Leaf. HEX triplet: 4F, 69 and 2A. RGB value is (79,105,42). Sum of RGB (Red+Green+Blue) = 79+105+42=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #4F692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F692A is #B096D5. Grayscale: #5A5A5A. Windows color (decimal): -11572950 or 2779471. OLE color: 2779471.

HSL color Cylindrical-coordinate representation of color #4F692A: hue angle of 84.76º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F692A is Cyan = 0.25, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB 79 105 42 -
CMYK 0.25 0 0.6 0.59
HSL 84.76º 0.43% 0.29% -
HSV(B) 84.76º 0.6% 0.41% -
XYZ 8.69 11.93 4.04 -
YUV 90.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 79 105 42 0.25 0 0.6 0.59 84.76 0.43 0.29
Hex 4F 69 2A 19 0 3C 3B 55 2B 1D
Octal 117 151 52 31 0 74 73 125 53 35
Binary 1001111 1101001 101010 11001 0 111100 111011 1010101 101011 11101

Color Harmonies of #4F692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F692A

Black with #4F692A

Text Example


Text Example

White with #4F692A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,105,42); }

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

background-color css

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

 a { background-color: rgb(79,105,42); }

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

border-color css

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

 span { border-color: rgb(79,105,42); }

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