Html Css Color HEX #4F742B Green Leaf

📋 copy color: '#4F742B'

red 79 ◦ green 116 ◦ blue 43

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

Shades of Green Leaf #4F742B

Tints of Green Leaf #4F742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.74%

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 33.19%
G = 48.74%
B = 18.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#4F742B (or 0x4F742B) is known color: Green Leaf. HEX triplet: 4F, 74 and 2B. RGB value is (79,116,43). Sum of RGB (Red+Green+Blue) = 79+116+43=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #4F742B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F742B is #B08BD4. Grayscale: #606060. Windows color (decimal): -11570133 or 2847823. OLE color: 2847823.

HSL color Cylindrical-coordinate representation of color #4F742B: hue angle of 90.41º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F742B is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 79 116 43 -
CMYK 0.32 0 0.63 0.55
HSL 90.41º 0.46% 0.31% -
HSV(B) 90.41º 0.63% 0.45% -
XYZ 9.91 14.33 4.53 -
YUV 96.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 79 116 43 0.32 0 0.63 0.55 90.41 0.46 0.31
Hex 4F 74 2B 20 0 3F 37 5A 2E 1F
Octal 117 164 53 40 0 77 67 132 56 37
Binary 1001111 1110100 101011 100000 0 111111 110111 1011010 101110 11111

Color Harmonies of #4F742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F742B

Black with #4F742B

Text Example


Text Example

White with #4F742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,116,43); }

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

background-color css

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

 a { background-color: rgb(79,116,43); }

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

border-color css

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

 span { border-color: rgb(79,116,43); }

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