Html Css Color HEX #465C11 Verdun Green

📋 copy color: '#465C11'

red 70 ◦ green 92 ◦ blue 17

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

Shades of Verdun Green #465C11

Tints of Verdun Green #465C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 51.4%

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

R = 39.11%
G = 51.4%
B = 9.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#465C11 (or 0x465C11) is known color: Verdun Green. HEX triplet: 46, 5C and 11. RGB value is (70,92,17). Sum of RGB (Red+Green+Blue) = 70+92+17=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #465C11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C11 is #B9A3EE. Grayscale: #4D4D4D. Windows color (decimal): -12166127 or 1137734. OLE color: 1137734.

HSL color Cylindrical-coordinate representation of color #465C11: hue angle of 77.6º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #465C11 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 92 17 -
CMYK 0.24 0 0.82 0.64
HSL 77.6º 0.69% 0.21% -
HSV(B) 77.6º 0.82% 0.36% -
XYZ 6.45 9 1.93 -
YUV 76.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 70 92 17 0.24 0 0.82 0.64 77.6 0.69 0.21
Hex 46 5C 11 18 0 52 40 4E 45 15
Octal 106 134 21 30 0 122 100 116 105 25
Binary 1000110 1011100 10001 11000 0 1010010 1000000 1001110 1000101 10101

Color Harmonies of #465C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465C11

Black with #465C11

Text Example


Text Example

White with #465C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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