Html Css Color HEX #496921 Green Leaf

📋 copy color: '#496921'

red 73 ◦ green 105 ◦ blue 33

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

Shades of Green Leaf #496921

Tints of Green Leaf #496921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.64%

R = 34.6%
G = 49.76%
B = 15.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#496921 (or 0x496921) is known color: Green Leaf. HEX triplet: 49, 69 and 21. RGB value is (73,105,33). Sum of RGB (Red+Green+Blue) = 73+105+33=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #496921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496921 is #B696DE. Grayscale: #575757. Windows color (decimal): -11966175 or 2189641. OLE color: 2189641.

HSL color Cylindrical-coordinate representation of color #496921: hue angle of 86.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #496921 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 33 -
CMYK 0.30 0 0.69 0.59
HSL 86.67º 0.52% 0.27% -
HSV(B) 86.67º 0.69% 0.41% -
XYZ 8.07 11.63 3.26 -
YUV 87.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 73 105 33 0.30 0 0.69 0.59 86.67 0.52 0.27
Hex 49 69 21 1E 0 45 3B 57 34 1B
Octal 111 151 41 36 0 105 73 127 64 33
Binary 1001001 1101001 100001 11110 0 1000101 111011 1010111 110100 11011

Color Harmonies of #496921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496921

Black with #496921

Text Example


Text Example

White with #496921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496921; }

 p { color: rgb(73,105,33); }

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

background-color css

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

 a { background-color: rgb(73,105,33); }

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

border-color css

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

 span { border-color: rgb(73,105,33); }

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