Html Css Color HEX #496F0F Green Leaf

📋 copy color: '#496F0F'

red 73 ◦ green 111 ◦ blue 15

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

Shades of Green Leaf #496F0F

Tints of Green Leaf #496F0F

RGB

 RED value IS 73 (28.91% from 255) = 36.68%

 GREEN value IS 111 (43.75% from 255) = 55.78%

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 36.68%
G = 55.78%
B = 7.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#496F0F (or 0x496F0F) is known color: Green Leaf. HEX triplet: 49, 6F and 0F. RGB value is (73,111,15). Sum of RGB (Red+Green+Blue) = 73+111+15=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #496F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F0F is #B690F0. Grayscale: #595959. Windows color (decimal): -11964657 or 1011529. OLE color: 1011529.

HSL color Cylindrical-coordinate representation of color #496F0F: hue angle of 83.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #496F0F is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 15 -
CMYK 0.34 0 0.86 0.56
HSL 83.75º 0.76% 0.25% -
HSV(B) 83.75º 0.86% 0.44% -
XYZ 8.52 12.82 2.48 -
YUV 88.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 73 111 15 0.34 0 0.86 0.56 83.75 0.76 0.25
Hex 49 6F F 22 0 56 38 54 4C 19
Octal 111 157 17 42 0 126 70 124 114 31
Binary 1001001 1101111 1111 100010 0 1010110 111000 1010100 1001100 11001

Color Harmonies of #496F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F0F

Black with #496F0F

Text Example


Text Example

White with #496F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496F0F; }

 p { color: rgb(73,111,15); }

 H1.HeaderClassName
 {
   color: #496F0F;
 }
 .AnyTagClassName
 {
   color: #496F0F;
 }
</style>

background-color css

<style>
 a { background-color: #496F0F; }

 a { background-color: rgb(73,111,15); }

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

border-color css

<style>
 span { border-color: #496F0F; }

 span { border-color: rgb(73,111,15); }

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