Html Css Color HEX #46721B Green Leaf

📋 copy color: '#46721B'

red 70 ◦ green 114 ◦ blue 27

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

Shades of Green Leaf #46721B

Tints of Green Leaf #46721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.03%

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

R = 33.18%
G = 54.03%
B = 12.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#46721B (or 0x46721B) is known color: Green Leaf. HEX triplet: 46, 72 and 1B. RGB value is (70,114,27). Sum of RGB (Red+Green+Blue) = 70+114+27=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #46721B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46721B is #B98DE4. Grayscale: #5B5B5B. Windows color (decimal): -12160485 or 1798726. OLE color: 1798726.

HSL color Cylindrical-coordinate representation of color #46721B: hue angle of 90.34º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46721B is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 27 -
CMYK 0.39 0 0.76 0.55
HSL 90.34º 0.62% 0.28% -
HSV(B) 90.34º 0.76% 0.45% -
XYZ 8.74 13.42 3.17 -
YUV 90.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 70 114 27 0.39 0 0.76 0.55 90.34 0.62 0.28
Hex 46 72 1B 27 0 4C 37 5A 3E 1C
Octal 106 162 33 47 0 114 67 132 76 34
Binary 1000110 1110010 11011 100111 0 1001100 110111 1011010 111110 11100

Color Harmonies of #46721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46721B

Black with #46721B

Text Example


Text Example

White with #46721B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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