Html Css Color HEX #46671A Green Leaf

📋 copy color: '#46671A'

red 70 ◦ green 103 ◦ blue 26

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

Shades of Green Leaf #46671A

Tints of Green Leaf #46671A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 51.76%

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

R = 35.18%
G = 51.76%
B = 13.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#46671A (or 0x46671A) is known color: Green Leaf. HEX triplet: 46, 67 and 1A. RGB value is (70,103,26). Sum of RGB (Red+Green+Blue) = 70+103+26=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #46671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46671A is #B998E5. Grayscale: #545454. Windows color (decimal): -12163302 or 1730374. OLE color: 1730374.

HSL color Cylindrical-coordinate representation of color #46671A: hue angle of 85.71º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46671A is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 26 -
CMYK 0.32 0 0.75 0.60
HSL 85.71º 0.6% 0.25% -
HSV(B) 85.71º 0.75% 0.4% -
XYZ 7.56 11.08 2.72 -
YUV 84.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 70 103 26 0.32 0 0.75 0.60 85.71 0.6 0.25
Hex 46 67 1A 20 0 4B 3C 56 3C 19
Octal 106 147 32 40 0 113 74 126 74 31
Binary 1000110 1100111 11010 100000 0 1001011 111100 1010110 111100 11001

Color Harmonies of #46671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46671A

Black with #46671A

Text Example


Text Example

White with #46671A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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