Html Css Color HEX #465E11 Verdun Green

📋 copy color: '#465E11'

red 70 ◦ green 94 ◦ blue 17

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

Shades of Verdun Green #465E11

Tints of Verdun Green #465E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 51.93%

 BLUE value IS 17 (7.03% from 255) = 9.39%

R = 38.67%
G = 51.93%
B = 9.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#465E11 (or 0x465E11) is known color: Verdun Green. HEX triplet: 46, 5E and 11. RGB value is (70,94,17). Sum of RGB (Red+Green+Blue) = 70+94+17=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #465E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465E11 is #B9A1EE. Grayscale: #4E4E4E. Windows color (decimal): -12165615 or 1138246. OLE color: 1138246.

HSL color Cylindrical-coordinate representation of color #465E11: hue angle of 78.7º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #465E11 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 94 17 -
CMYK 0.26 0 0.82 0.63
HSL 78.7º 0.69% 0.22% -
HSV(B) 78.7º 0.82% 0.37% -
XYZ 6.63 9.35 1.99 -
YUV 78.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 70 94 17 0.26 0 0.82 0.63 78.7 0.69 0.22
Hex 46 5E 11 1A 0 52 3F 4F 45 16
Octal 106 136 21 32 0 122 77 117 105 26
Binary 1000110 1011110 10001 11010 0 1010010 111111 1001111 1000101 10110

Color Harmonies of #465E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E11

Black with #465E11

Text Example


Text Example

White with #465E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465E11; }

 p { color: rgb(70,94,17); }

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

background-color css

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

 a { background-color: rgb(70,94,17); }

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

border-color css

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

 span { border-color: rgb(70,94,17); }

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