Html Css Color HEX #46731C Green Leaf

📋 copy color: '#46731C'

red 70 ◦ green 115 ◦ blue 28

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

Shades of Green Leaf #46731C

Tints of Green Leaf #46731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 32.86%
G = 53.99%
B = 13.15%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#46731C (or 0x46731C) is known color: Green Leaf. HEX triplet: 46, 73 and 1C. RGB value is (70,115,28). Sum of RGB (Red+Green+Blue) = 70+115+28=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #46731C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46731C is #B98CE3. Grayscale: #5B5B5B. Windows color (decimal): -12160228 or 1864518. OLE color: 1864518.

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

Color convert

RGB 70 115 28 -
CMYK 0.39 0 0.76 0.55
HSL 91.03º 0.61% 0.28% -
HSV(B) 91.03º 0.76% 0.45% -
XYZ 8.87 13.65 3.27 -
YUV 91.63 92.09 112.57 -
System Red Green Blue C M Y K H S L
Decimal 70 115 28 0.39 0 0.76 0.55 91.03 0.61 0.28
Hex 46 73 1C 27 0 4C 37 5B 3D 1C
Octal 106 163 34 47 0 114 67 133 75 34
Binary 1000110 1110011 11100 100111 0 1001100 110111 1011011 111101 11100

Color Harmonies of #46731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46731C

Black with #46731C

Text Example


Text Example

White with #46731C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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