Html Css Color HEX #46741D Green Leaf

📋 copy color: '#46741D'

red 70 ◦ green 116 ◦ blue 29

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

Shades of Green Leaf #46741D

Tints of Green Leaf #46741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.95%

 BLUE value IS 29 (11.72% from 255) = 13.49%

R = 32.56%
G = 53.95%
B = 13.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#46741D (or 0x46741D) is known color: Green Leaf. HEX triplet: 46, 74 and 1D. RGB value is (70,116,29). Sum of RGB (Red+Green+Blue) = 70+116+29=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #46741D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46741D is #B98BE2. Grayscale: #5C5C5C. Windows color (decimal): -12159971 or 1930310. OLE color: 1930310.

HSL color Cylindrical-coordinate representation of color #46741D: hue angle of 91.72º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46741D is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 29 -
CMYK 0.40 0 0.75 0.55
HSL 91.72º 0.6% 0.28% -
HSV(B) 91.72º 0.75% 0.45% -
XYZ 8.99 13.88 3.37 -
YUV 92.33 92.26 112.07 -
System Red Green Blue C M Y K H S L
Decimal 70 116 29 0.40 0 0.75 0.55 91.72 0.6 0.28
Hex 46 74 1D 28 0 4B 37 5C 3C 1C
Octal 106 164 35 50 0 113 67 134 74 34
Binary 1000110 1110100 11101 101000 0 1001011 110111 1011100 111100 11100

Color Harmonies of #46741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46741D

Black with #46741D

Text Example


Text Example

White with #46741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46741D; }

 p { color: rgb(70,116,29); }

 H1.HeaderClassName
 {
   color: #46741D;
 }
 .AnyTagClassName
 {
   color: #46741D;
 }
</style>

background-color css

<style>
 a { background-color: #46741D; }

 a { background-color: rgb(70,116,29); }

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

border-color css

<style>
 span { border-color: #46741D; }

 span { border-color: rgb(70,116,29); }

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