Html Css Color HEX #46681B Green Leaf

📋 copy color: '#46681B'

red 70 ◦ green 104 ◦ blue 27

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

Shades of Green Leaf #46681B

Tints of Green Leaf #46681B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.74%

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 34.83%
G = 51.74%
B = 13.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#46681B (or 0x46681B) is known color: Green Leaf. HEX triplet: 46, 68 and 1B. RGB value is (70,104,27). Sum of RGB (Red+Green+Blue) = 70+104+27=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #46681B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46681B is #B997E4. Grayscale: #555555. Windows color (decimal): -12163045 or 1796166. OLE color: 1796166.

HSL color Cylindrical-coordinate representation of color #46681B: hue angle of 86.49º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46681B is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 27 -
CMYK 0.33 0 0.74 0.59
HSL 86.49º 0.59% 0.26% -
HSV(B) 86.49º 0.74% 0.41% -
XYZ 7.67 11.28 2.81 -
YUV 85.06 95.24 117.26 -
System Red Green Blue C M Y K H S L
Decimal 70 104 27 0.33 0 0.74 0.59 86.49 0.59 0.26
Hex 46 68 1B 21 0 4A 3B 56 3B 1A
Octal 106 150 33 41 0 112 73 126 73 32
Binary 1000110 1101000 11011 100001 0 1001010 111011 1010110 111011 11010

Color Harmonies of #46681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46681B

Black with #46681B

Text Example


Text Example

White with #46681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46681B; }

 p { color: rgb(70,104,27); }

 H1.HeaderClassName
 {
   color: #46681B;
 }
 .AnyTagClassName
 {
   color: #46681B;
 }
</style>

background-color css

<style>
 a { background-color: #46681B; }

 a { background-color: rgb(70,104,27); }

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

border-color css

<style>
 span { border-color: #46681B; }

 span { border-color: rgb(70,104,27); }

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