Html Css Color HEX #466F03 Verdun Green

📋 copy color: '#466F03'

red 70 ◦ green 111 ◦ blue 3

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

Shades of Verdun Green #466F03

Tints of Verdun Green #466F03

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60.33%

 BLUE value IS 3 (1.56% from 255) = 1.63%

R = 38.04%
G = 60.33%
B = 1.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#466F03 (or 0x466F03) is known color: Verdun Green. HEX triplet: 46, 6F and 03. RGB value is (70,111,3). Sum of RGB (Red+Green+Blue) = 70+111+3=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #466F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F03 is #B990FC. Grayscale: #565656. Windows color (decimal): -12161277 or 225094. OLE color: 225094.

HSL color Cylindrical-coordinate representation of color #466F03: hue angle of 82.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #466F03 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 3 -
CMYK 0.37 0 0.97 0.56
HSL 82.78º 0.95% 0.22% -
HSV(B) 82.78º 0.97% 0.44% -
XYZ 8.23 12.68 2.1 -
YUV 86.43 80.92 116.28 -
System Red Green Blue C M Y K H S L
Decimal 70 111 3 0.37 0 0.97 0.56 82.78 0.95 0.22
Hex 46 6F 3 25 0 61 38 53 5F 16
Octal 106 157 3 45 0 141 70 123 137 26
Binary 1000110 1101111 11 100101 0 1100001 111000 1010011 1011111 10110

Color Harmonies of #466F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F03

Black with #466F03

Text Example


Text Example

White with #466F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,111,3); }

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

background-color css

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

 a { background-color: rgb(70,111,3); }

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

border-color css

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

 span { border-color: rgb(70,111,3); }

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