Html Css Color HEX #465006 Verdun Green

📋 copy color: '#465006'

red 70 ◦ green 80 ◦ blue 6

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

Shades of Verdun Green #465006

Tints of Verdun Green #465006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.28%

 BLUE value IS 6 (2.73% from 255) = 3.85%

R = 44.87%
G = 51.28%
B = 3.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#465006 (or 0x465006) is known color: Verdun Green. HEX triplet: 46, 50 and 06. RGB value is (70,80,6). Sum of RGB (Red+Green+Blue) = 70+80+6=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #465006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465006 is #B9AFF9. Grayscale: #444444. Windows color (decimal): -12169210 or 413766. OLE color: 413766.

HSL color Cylindrical-coordinate representation of color #465006: hue angle of 68.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #465006 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 6 -
CMYK 0.12 0 0.92 0.69
HSL 68.11º 0.86% 0.17% -
HSV(B) 68.11º 0.93% 0.31% -
XYZ 5.43 7.05 1.25 -
YUV 68.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 70 80 6 0.12 0 0.92 0.69 68.11 0.86 0.17
Hex 46 50 6 C 0 5C 45 44 56 11
Octal 106 120 6 14 0 134 105 104 126 21
Binary 1000110 1010000 110 1100 0 1011100 1000101 1000100 1010110 10001

Color Harmonies of #465006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465006

Black with #465006

Text Example


Text Example

White with #465006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465006; }

 p { color: rgb(70,80,6); }

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

background-color css

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

 a { background-color: rgb(70,80,6); }

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

border-color css

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

 span { border-color: rgb(70,80,6); }

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