Html Css Color HEX #465107 Verdun Green

📋 copy color: '#465107'

red 70 ◦ green 81 ◦ blue 7

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

Shades of Verdun Green #465107

Tints of Verdun Green #465107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.27%

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

R = 44.3%
G = 51.27%
B = 4.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#465107 (or 0x465107) is known color: Verdun Green. HEX triplet: 46, 51 and 07. RGB value is (70,81,7). Sum of RGB (Red+Green+Blue) = 70+81+7=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #465107 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465107 is #B9AEF8. Grayscale: #454545. Windows color (decimal): -12168953 or 479558. OLE color: 479558.

HSL color Cylindrical-coordinate representation of color #465107: hue angle of 68.92º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465107 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 7 -
CMYK 0.14 0 0.91 0.68
HSL 68.92º 0.84% 0.17% -
HSV(B) 68.92º 0.91% 0.32% -
XYZ 5.51 7.2 1.3 -
YUV 69.28 92.86 128.52 -
System Red Green Blue C M Y K H S L
Decimal 70 81 7 0.14 0 0.91 0.68 68.92 0.84 0.17
Hex 46 51 7 E 0 5B 44 45 54 11
Octal 106 121 7 16 0 133 104 105 124 21
Binary 1000110 1010001 111 1110 0 1011011 1000100 1000101 1010100 10001

Color Harmonies of #465107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465107

Black with #465107

Text Example


Text Example

White with #465107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465107; }

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

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

background-color css

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

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

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

border-color css

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

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

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