Html Css Color HEX #46760C Green Leaf

📋 copy color: '#46760C'

red 70 ◦ green 118 ◦ blue 12

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

Shades of Green Leaf #46760C

Tints of Green Leaf #46760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 59%

 BLUE value IS 12 (5.08% from 255) = 6%

R = 35%
G = 59%
B = 6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#46760C (or 0x46760C) is known color: Green Leaf. HEX triplet: 46, 76 and 0C. RGB value is (70,118,12). Sum of RGB (Red+Green+Blue) = 70+118+12=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #46760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46760C is #B989F3. Grayscale: #5B5B5B. Windows color (decimal): -12159476 or 816710. OLE color: 816710.

HSL color Cylindrical-coordinate representation of color #46760C: hue angle of 87.17º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46760C is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 12 -
CMYK 0.41 0 0.90 0.54
HSL 87.17º 0.82% 0.25% -
HSV(B) 87.17º 0.9% 0.46% -
XYZ 9.07 14.29 2.63 -
YUV 91.56 83.1 112.62 -
System Red Green Blue C M Y K H S L
Decimal 70 118 12 0.41 0 0.90 0.54 87.17 0.82 0.25
Hex 46 76 C 29 0 5A 36 57 52 19
Octal 106 166 14 51 0 132 66 127 122 31
Binary 1000110 1110110 1100 101001 0 1011010 110110 1010111 1010010 11001

Color Harmonies of #46760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46760C

Black with #46760C

Text Example


Text Example

White with #46760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,118,12); }

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

background-color css

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

 a { background-color: rgb(70,118,12); }

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

border-color css

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

 span { border-color: rgb(70,118,12); }

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