Html Css Color HEX #465907 Verdun Green

📋 copy color: '#465907'

red 70 ◦ green 89 ◦ blue 7

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

Shades of Verdun Green #465907

Tints of Verdun Green #465907

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.61%

 BLUE value IS 7 (3.13% from 255) = 4.22%

R = 42.17%
G = 53.61%
B = 4.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#465907 (or 0x465907) is known color: Verdun Green. HEX triplet: 46, 59 and 07. RGB value is (70,89,7). Sum of RGB (Red+Green+Blue) = 70+89+7=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #465907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465907 is #B9A6F8. Grayscale: #4A4A4A. Windows color (decimal): -12166905 or 481606. OLE color: 481606.

HSL color Cylindrical-coordinate representation of color #465907: hue angle of 73.9º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #465907 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 7 -
CMYK 0.21 0 0.92 0.65
HSL 73.9º 0.85% 0.19% -
HSV(B) 73.9º 0.92% 0.35% -
XYZ 6.14 8.46 1.51 -
YUV 73.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 70 89 7 0.21 0 0.92 0.65 73.9 0.85 0.19
Hex 46 59 7 15 0 5C 41 4A 55 13
Octal 106 131 7 25 0 134 101 112 125 23
Binary 1000110 1011001 111 10101 0 1011100 1000001 1001010 1010101 10011

Color Harmonies of #465907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465907

Black with #465907

Text Example


Text Example

White with #465907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465907; }

 p { color: rgb(70,89,7); }

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

background-color css

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

 a { background-color: rgb(70,89,7); }

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

border-color css

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

 span { border-color: rgb(70,89,7); }

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