Html Css Color HEX #465F11 Verdun Green

📋 copy color: '#465F11'

red 70 ◦ green 95 ◦ blue 17

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

Shades of Verdun Green #465F11

Tints of Verdun Green #465F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 52.2%

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

R = 38.46%
G = 52.2%
B = 9.34%

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

#465F11 (or 0x465F11) is known color: Verdun Green. HEX triplet: 46, 5F and 11. RGB value is (70,95,17). Sum of RGB (Red+Green+Blue) = 70+95+17=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 95 (37.5% from 255 or 52.20% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 95 - color contains mainly: green. Hex color #465F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F11 is #B9A0EE. Grayscale: #4E4E4E. Windows color (decimal): -12165359 or 1138502. OLE color: 1138502.

HSL color Cylindrical-coordinate representation of color #465F11: hue angle of 79.23º degrees, saturation: 0.7, 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 #465F11 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 95 17 -
CMYK 0.26 0 0.82 0.63
HSL 79.23º 0.7% 0.22% -
HSV(B) 79.23º 0.82% 0.37% -
XYZ 6.72 9.53 2.02 -
YUV 78.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 70 95 17 0.26 0 0.82 0.63 79.23 0.7 0.22
Hex 46 5F 11 1A 0 52 3F 4F 46 16
Octal 106 137 21 32 0 122 77 117 106 26
Binary 1000110 1011111 10001 11010 0 1010010 111111 1001111 1000110 10110

Color Harmonies of #465F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F11

Black with #465F11

Text Example


Text Example

White with #465F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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