Html Css Color HEX #466F09 Verdun Green

📋 copy color: '#466F09'

red 70 ◦ green 111 ◦ blue 9

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

Shades of Verdun Green #466F09

Tints of Verdun Green #466F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.74%

R = 36.84%
G = 58.42%
B = 4.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#466F09 (or 0x466F09) is known color: Verdun Green. HEX triplet: 46, 6F and 09. RGB value is (70,111,9). Sum of RGB (Red+Green+Blue) = 70+111+9=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #466F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466F09 is #B990F6. Grayscale: #575757. Windows color (decimal): -12161271 or 618310. OLE color: 618310.

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

Color convert

RGB 70 111 9 -
CMYK 0.37 0 0.92 0.56
HSL 84.12º 0.85% 0.24% -
HSV(B) 84.12º 0.92% 0.44% -
XYZ 8.26 12.69 2.27 -
YUV 87.11 83.92 115.79 -
System Red Green Blue C M Y K H S L
Decimal 70 111 9 0.37 0 0.92 0.56 84.12 0.85 0.24
Hex 46 6F 9 25 0 5C 38 54 55 18
Octal 106 157 11 45 0 134 70 124 125 30
Binary 1000110 1101111 1001 100101 0 1011100 111000 1010100 1010101 11000

Color Harmonies of #466F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F09

Black with #466F09

Text Example


Text Example

White with #466F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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