Html Css Color HEX #466B06 Verdun Green

📋 copy color: '#466B06'

red 70 ◦ green 107 ◦ blue 6

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

Shades of Verdun Green #466B06

Tints of Verdun Green #466B06

RGB

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

 GREEN value IS 107 (42.19% from 255) = 58.47%

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

R = 38.25%
G = 58.47%
B = 3.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.58

RGB Variations

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

Color information

#466B06 (or 0x466B06) is known color: Verdun Green. HEX triplet: 46, 6B and 06. RGB value is (70,107,6). Sum of RGB (Red+Green+Blue) = 70+107+6=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #466B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B06 is #B994F9. Grayscale: #545454. Windows color (decimal): -12162298 or 420678. OLE color: 420678.

HSL color Cylindrical-coordinate representation of color #466B06: hue angle of 81.98º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #466B06 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 107 6 -
CMYK 0.35 0 0.94 0.58
HSL 81.98º 0.89% 0.22% -
HSV(B) 81.98º 0.94% 0.42% -
XYZ 7.82 11.83 2.04 -
YUV 84.42 83.74 117.71 -
System Red Green Blue C M Y K H S L
Decimal 70 107 6 0.35 0 0.94 0.58 81.98 0.89 0.22
Hex 46 6B 6 23 0 5E 3A 52 59 16
Octal 106 153 6 43 0 136 72 122 131 26
Binary 1000110 1101011 110 100011 0 1011110 111010 1010010 1011001 10110

Color Harmonies of #466B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B06

Black with #466B06

Text Example


Text Example

White with #466B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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