Html Css Color HEX #46610A Verdun Green

📋 copy color: '#46610A'

red 70 ◦ green 97 ◦ blue 10

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

Shades of Verdun Green #46610A

Tints of Verdun Green #46610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.8%

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

R = 39.55%
G = 54.8%
B = 5.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#46610A (or 0x46610A) is known color: Verdun Green. HEX triplet: 46, 61 and 0A. RGB value is (70,97,10). Sum of RGB (Red+Green+Blue) = 70+97+10=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #46610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46610A is #B99EF5. Grayscale: #4F4F4F. Windows color (decimal): -12164854 or 680262. OLE color: 680262.

HSL color Cylindrical-coordinate representation of color #46610A: hue angle of 78.62º 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 #46610A is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 97 10 -
CMYK 0.28 0 0.90 0.62
HSL 78.62º 0.81% 0.21% -
HSV(B) 78.62º 0.9% 0.38% -
XYZ 6.86 9.87 1.83 -
YUV 79.01 89.05 121.57 -
System Red Green Blue C M Y K H S L
Decimal 70 97 10 0.28 0 0.90 0.62 78.62 0.81 0.21
Hex 46 61 A 1C 0 5A 3E 4F 51 15
Octal 106 141 12 34 0 132 76 117 121 25
Binary 1000110 1100001 1010 11100 0 1011010 111110 1001111 1010001 10101

Color Harmonies of #46610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46610A

Black with #46610A

Text Example


Text Example

White with #46610A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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