Html Css Color HEX #46700C Green Leaf

📋 copy color: '#46700C'

red 70 ◦ green 112 ◦ blue 12

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

Shades of Green Leaf #46700C

Tints of Green Leaf #46700C

RGB

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

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

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

R = 36.08%
G = 57.73%
B = 6.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#46700C (or 0x46700C) is known color: Green Leaf. HEX triplet: 46, 70 and 0C. RGB value is (70,112,12). Sum of RGB (Red+Green+Blue) = 70+112+12=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #46700C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46700C is #B98FF3. Grayscale: #585858. Windows color (decimal): -12161012 or 815174. OLE color: 815174.

HSL color Cylindrical-coordinate representation of color #46700C: hue angle of 85.2º degrees, saturation: 0.81, 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 #46700C is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 12 -
CMYK 0.38 0 0.89 0.56
HSL 85.2º 0.81% 0.24% -
HSV(B) 85.2º 0.89% 0.44% -
XYZ 8.39 12.92 2.4 -
YUV 88.04 85.09 115.13 -
System Red Green Blue C M Y K H S L
Decimal 70 112 12 0.38 0 0.89 0.56 85.2 0.81 0.24
Hex 46 70 C 26 0 59 38 55 51 18
Octal 106 160 14 46 0 131 70 125 121 30
Binary 1000110 1110000 1100 100110 0 1011001 111000 1010101 1010001 11000

Color Harmonies of #46700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46700C

Black with #46700C

Text Example


Text Example

White with #46700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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