Html Css Color HEX #46731A Green Leaf

📋 copy color: '#46731A'

red 70 ◦ green 115 ◦ blue 26

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

Shades of Green Leaf #46731A

Tints of Green Leaf #46731A

RGB

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

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

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

R = 33.18%
G = 54.5%
B = 12.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#46731A (or 0x46731A) is known color: Green Leaf. HEX triplet: 46, 73 and 1A. RGB value is (70,115,26). Sum of RGB (Red+Green+Blue) = 70+115+26=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #46731A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46731A is #B98CE5. Grayscale: #5B5B5B. Windows color (decimal): -12160230 or 1733446. OLE color: 1733446.

HSL color Cylindrical-coordinate representation of color #46731A: hue angle of 90.34º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #46731A is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 26 -
CMYK 0.39 0 0.77 0.55
HSL 90.34º 0.63% 0.28% -
HSV(B) 90.34º 0.77% 0.45% -
XYZ 8.84 13.64 3.14 -
YUV 91.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 70 115 26 0.39 0 0.77 0.55 90.34 0.63 0.28
Hex 46 73 1A 27 0 4D 37 5A 3F 1C
Octal 106 163 32 47 0 115 67 132 77 34
Binary 1000110 1110011 11010 100111 0 1001101 110111 1011010 111111 11100

Color Harmonies of #46731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46731A

Black with #46731A

Text Example


Text Example

White with #46731A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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