Html Css Color HEX #46770C Green Leaf

📋 copy color: '#46770C'

red 70 ◦ green 119 ◦ blue 12

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

Shades of Green Leaf #46770C

Tints of Green Leaf #46770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.2%

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

R = 34.83%
G = 59.2%
B = 5.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#46770C (or 0x46770C) is known color: Green Leaf. HEX triplet: 46, 77 and 0C. RGB value is (70,119,12). Sum of RGB (Red+Green+Blue) = 70+119+12=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #46770C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46770C is #B988F3. Grayscale: #5C5C5C. Windows color (decimal): -12159220 or 816966. OLE color: 816966.

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

Color convert

RGB 70 119 12 -
CMYK 0.41 0 0.90 0.53
HSL 87.48º 0.82% 0.26% -
HSV(B) 87.48º 0.9% 0.47% -
XYZ 9.19 14.52 2.67 -
YUV 92.15 82.77 112.2 -
System Red Green Blue C M Y K H S L
Decimal 70 119 12 0.41 0 0.90 0.53 87.48 0.82 0.26
Hex 46 77 C 29 0 5A 35 57 52 1A
Octal 106 167 14 51 0 132 65 127 122 32
Binary 1000110 1110111 1100 101001 0 1011010 110101 1010111 1010010 11010

Color Harmonies of #46770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46770C

Black with #46770C

Text Example


Text Example

White with #46770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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