Html Css Color HEX #46700D Green Leaf

📋 copy color: '#46700D'

red 70 ◦ green 112 ◦ blue 13

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

Shades of Green Leaf #46700D

Tints of Green Leaf #46700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.44%

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

R = 35.9%
G = 57.44%
B = 6.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#46700D (or 0x46700D) is known color: Green Leaf. HEX triplet: 46, 70 and 0D. RGB value is (70,112,13). Sum of RGB (Red+Green+Blue) = 70+112+13=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #46700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46700D is #B98FF2. Grayscale: #585858. Windows color (decimal): -12161011 or 880710. OLE color: 880710.

HSL color Cylindrical-coordinate representation of color #46700D: hue angle of 85.45º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46700D is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 13 -
CMYK 0.38 0 0.88 0.56
HSL 85.45º 0.79% 0.25% -
HSV(B) 85.45º 0.88% 0.44% -
XYZ 8.39 12.92 2.43 -
YUV 88.16 85.59 115.05 -
System Red Green Blue C M Y K H S L
Decimal 70 112 13 0.38 0 0.88 0.56 85.45 0.79 0.25
Hex 46 70 D 26 0 58 38 55 4F 19
Octal 106 160 15 46 0 130 70 125 117 31
Binary 1000110 1110000 1101 100110 0 1011000 111000 1010101 1001111 11001

Color Harmonies of #46700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46700D

Black with #46700D

Text Example


Text Example

White with #46700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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