Html Css Color HEX #46600A Verdun Green

📋 copy color: '#46600A'

red 70 ◦ green 96 ◦ blue 10

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

Shades of Verdun Green #46600A

Tints of Verdun Green #46600A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.55%

 BLUE value IS 10 (4.3% from 255) = 5.68%

R = 39.77%
G = 54.55%
B = 5.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#46600A (or 0x46600A) is known color: Verdun Green. HEX triplet: 46, 60 and 0A. RGB value is (70,96,10). Sum of RGB (Red+Green+Blue) = 70+96+10=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #46600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46600A is #B99FF5. Grayscale: #4E4E4E. Windows color (decimal): -12165110 or 680006. OLE color: 680006.

HSL color Cylindrical-coordinate representation of color #46600A: hue angle of 78.14º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46600A is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 10 -
CMYK 0.27 0 0.90 0.62
HSL 78.14º 0.81% 0.21% -
HSV(B) 78.14º 0.9% 0.38% -
XYZ 6.76 9.69 1.8 -
YUV 78.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 70 96 10 0.27 0 0.90 0.62 78.14 0.81 0.21
Hex 46 60 A 1B 0 5A 3E 4E 51 15
Octal 106 140 12 33 0 132 76 116 121 25
Binary 1000110 1100000 1010 11011 0 1011010 111110 1001110 1010001 10101

Color Harmonies of #46600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46600A

Black with #46600A

Text Example


Text Example

White with #46600A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,96,10); }

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

background-color css

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

 a { background-color: rgb(70,96,10); }

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

border-color css

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

 span { border-color: rgb(70,96,10); }

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