Html Css Color HEX #46730D Green Leaf

📋 copy color: '#46730D'

red 70 ◦ green 115 ◦ blue 13

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

Shades of Green Leaf #46730D

Tints of Green Leaf #46730D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.57%

R = 35.35%
G = 58.08%
B = 6.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#46730D (or 0x46730D) is known color: Green Leaf. HEX triplet: 46, 73 and 0D. RGB value is (70,115,13). Sum of RGB (Red+Green+Blue) = 70+115+13=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #46730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46730D is #B98CF2. Grayscale: #5A5A5A. Windows color (decimal): -12160243 or 881478. OLE color: 881478.

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

Color convert

RGB 70 115 13 -
CMYK 0.39 0 0.89 0.55
HSL 86.47º 0.8% 0.25% -
HSV(B) 86.47º 0.89% 0.45% -
XYZ 8.73 13.59 2.54 -
YUV 89.92 84.59 113.79 -
System Red Green Blue C M Y K H S L
Decimal 70 115 13 0.39 0 0.89 0.55 86.47 0.8 0.25
Hex 46 73 D 27 0 59 37 56 50 19
Octal 106 163 15 47 0 131 67 126 120 31
Binary 1000110 1110011 1101 100111 0 1011001 110111 1010110 1010000 11001

Color Harmonies of #46730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46730D

Black with #46730D

Text Example


Text Example

White with #46730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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