Html Css Color HEX #496F0C Green Leaf

📋 copy color: '#496F0C'

red 73 ◦ green 111 ◦ blue 12

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

Shades of Green Leaf #496F0C

Tints of Green Leaf #496F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.12%

R = 37.24%
G = 56.63%
B = 6.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#496F0C (or 0x496F0C) is known color: Green Leaf. HEX triplet: 49, 6F and 0C. RGB value is (73,111,12). Sum of RGB (Red+Green+Blue) = 73+111+12=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #496F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F0C is #B690F3. Grayscale: #585858. Windows color (decimal): -11964660 or 814921. OLE color: 814921.

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

Color convert

RGB 73 111 12 -
CMYK 0.34 0 0.89 0.56
HSL 83.03º 0.8% 0.24% -
HSV(B) 83.03º 0.89% 0.44% -
XYZ 8.5 12.81 2.37 -
YUV 88.35 84.91 117.05 -
System Red Green Blue C M Y K H S L
Decimal 73 111 12 0.34 0 0.89 0.56 83.03 0.8 0.24
Hex 49 6F C 22 0 59 38 53 50 18
Octal 111 157 14 42 0 131 70 123 120 30
Binary 1001001 1101111 1100 100010 0 1011001 111000 1010011 1010000 11000

Color Harmonies of #496F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F0C

Black with #496F0C

Text Example


Text Example

White with #496F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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