Html Css Color HEX #46700B Green Leaf

📋 copy color: '#46700B'

red 70 ◦ green 112 ◦ blue 11

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

Shades of Green Leaf #46700B

Tints of Green Leaf #46700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 36.27%
G = 58.03%
B = 5.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#46700B (or 0x46700B) is known color: Green Leaf. HEX triplet: 46, 70 and 0B. RGB value is (70,112,11). Sum of RGB (Red+Green+Blue) = 70+112+11=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #46700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46700B is #B98FF4. Grayscale: #585858. Windows color (decimal): -12161013 or 749638. OLE color: 749638.

HSL color Cylindrical-coordinate representation of color #46700B: hue angle of 84.95º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46700B is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 11 -
CMYK 0.38 0 0.90 0.56
HSL 84.95º 0.82% 0.24% -
HSV(B) 84.95º 0.9% 0.44% -
XYZ 8.38 12.91 2.37 -
YUV 87.93 84.59 115.21 -
System Red Green Blue C M Y K H S L
Decimal 70 112 11 0.38 0 0.90 0.56 84.95 0.82 0.24
Hex 46 70 B 26 0 5A 38 55 52 18
Octal 106 160 13 46 0 132 70 125 122 30
Binary 1000110 1110000 1011 100110 0 1011010 111000 1010101 1010010 11000

Color Harmonies of #46700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46700B

Black with #46700B

Text Example


Text Example

White with #46700B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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