Html Css Color HEX #46650A Verdun Green

📋 copy color: '#46650A'

red 70 ◦ green 101 ◦ blue 10

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

Shades of Verdun Green #46650A

Tints of Verdun Green #46650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.8%

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

R = 38.67%
G = 55.8%
B = 5.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#46650A (or 0x46650A) is known color: Verdun Green. HEX triplet: 46, 65 and 0A. RGB value is (70,101,10). Sum of RGB (Red+Green+Blue) = 70+101+10=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #46650A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46650A is #B99AF5. Grayscale: #515151. Windows color (decimal): -12163830 or 681286. OLE color: 681286.

HSL color Cylindrical-coordinate representation of color #46650A: hue angle of 80.44º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46650A is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 101 10 -
CMYK 0.31 0 0.90 0.60
HSL 80.44º 0.82% 0.22% -
HSV(B) 80.44º 0.9% 0.4% -
XYZ 7.23 10.63 1.96 -
YUV 81.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 70 101 10 0.31 0 0.90 0.60 80.44 0.82 0.22
Hex 46 65 A 1F 0 5A 3C 50 52 16
Octal 106 145 12 37 0 132 74 120 122 26
Binary 1000110 1100101 1010 11111 0 1011010 111100 1010000 1010010 10110

Color Harmonies of #46650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46650A

Black with #46650A

Text Example


Text Example

White with #46650A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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