Html Css Color HEX #466B04 Verdun Green

📋 copy color: '#466B04'

red 70 ◦ green 107 ◦ blue 4

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

Shades of Verdun Green #466B04

Tints of Verdun Green #466B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.21%

R = 38.67%
G = 59.12%
B = 2.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#466B04 (or 0x466B04) is known color: Verdun Green. HEX triplet: 46, 6B and 04. RGB value is (70,107,4). Sum of RGB (Red+Green+Blue) = 70+107+4=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #466B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466B04 is #B994FB. Grayscale: #545454. Windows color (decimal): -12162300 or 289606. OLE color: 289606.

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

Color convert

RGB 70 107 4 -
CMYK 0.35 0 0.96 0.58
HSL 81.55º 0.93% 0.22% -
HSV(B) 81.55º 0.96% 0.42% -
XYZ 7.81 11.83 1.99 -
YUV 84.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 70 107 4 0.35 0 0.96 0.58 81.55 0.93 0.22
Hex 46 6B 4 23 0 60 3A 52 5D 16
Octal 106 153 4 43 0 140 72 122 135 26
Binary 1000110 1101011 100 100011 0 1100000 111010 1010010 1011101 10110

Color Harmonies of #466B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B04

Black with #466B04

Text Example


Text Example

White with #466B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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