Html Css Color HEX #46701A Green Leaf

📋 copy color: '#46701A'

red 70 ◦ green 112 ◦ blue 26

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

Shades of Green Leaf #46701A

Tints of Green Leaf #46701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 33.65%
G = 53.85%
B = 12.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#46701A (or 0x46701A) is known color: Green Leaf. HEX triplet: 46, 70 and 1A. RGB value is (70,112,26). Sum of RGB (Red+Green+Blue) = 70+112+26=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #46701A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46701A is #B98FE5. Grayscale: #595959. Windows color (decimal): -12160998 or 1732678. OLE color: 1732678.

HSL color Cylindrical-coordinate representation of color #46701A: hue angle of 89.3º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46701A is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 26 -
CMYK 0.38 0 0.77 0.56
HSL 89.3º 0.62% 0.27% -
HSV(B) 89.3º 0.77% 0.44% -
XYZ 8.51 12.97 3.03 -
YUV 89.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 70 112 26 0.38 0 0.77 0.56 89.3 0.62 0.27
Hex 46 70 1A 26 0 4D 38 59 3E 1B
Octal 106 160 32 46 0 115 70 131 76 33
Binary 1000110 1110000 11010 100110 0 1001101 111000 1011001 111110 11011

Color Harmonies of #46701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46701A

Black with #46701A

Text Example


Text Example

White with #46701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46701A; }

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

 H1.HeaderClassName
 {
   color: #46701A;
 }
 .AnyTagClassName
 {
   color: #46701A;
 }
</style>

background-color css

<style>
 a { background-color: #46701A; }

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

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

border-color css

<style>
 span { border-color: #46701A; }

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

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