Html Css Color HEX #46731D Green Leaf

📋 copy color: '#46731D'

red 70 ◦ green 115 ◦ blue 29

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

Shades of Green Leaf #46731D

Tints of Green Leaf #46731D

RGB

 RED value IS 70 (27.73% from 255) = 32.71%

 GREEN value IS 115 (45.31% from 255) = 53.74%

 BLUE value IS 29 (11.72% from 255) = 13.55%

R = 32.71%
G = 53.74%
B = 13.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#46731D (or 0x46731D) is known color: Green Leaf. HEX triplet: 46, 73 and 1D. RGB value is (70,115,29). Sum of RGB (Red+Green+Blue) = 70+115+29=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 115 (45.31% from 255 or 53.74% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 115 - color contains mainly: green. Hex color #46731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46731D is #B98CE2. Grayscale: #5C5C5C. Windows color (decimal): -12160227 or 1930054. OLE color: 1930054.

HSL color Cylindrical-coordinate representation of color #46731D: hue angle of 91.4º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46731D is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 29 -
CMYK 0.39 0 0.75 0.55
HSL 91.4º 0.6% 0.28% -
HSV(B) 91.4º 0.75% 0.45% -
XYZ 8.88 13.65 3.33 -
YUV 91.74 92.59 112.49 -
System Red Green Blue C M Y K H S L
Decimal 70 115 29 0.39 0 0.75 0.55 91.4 0.6 0.28
Hex 46 73 1D 27 0 4B 37 5B 3C 1C
Octal 106 163 35 47 0 113 67 133 74 34
Binary 1000110 1110011 11101 100111 0 1001011 110111 1011011 111100 11100

Color Harmonies of #46731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46731D

Black with #46731D

Text Example


Text Example

White with #46731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46731D; }

 p { color: rgb(70,115,29); }

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

background-color css

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

 a { background-color: rgb(70,115,29); }

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

border-color css

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

 span { border-color: rgb(70,115,29); }

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