Html Css Color HEX #465B10 Verdun Green

📋 copy color: '#465B10'

red 70 ◦ green 91 ◦ blue 16

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

Shades of Verdun Green #465B10

Tints of Verdun Green #465B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.41%

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 39.55%
G = 51.41%
B = 9.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#465B10 (or 0x465B10) is known color: Verdun Green. HEX triplet: 46, 5B and 10. RGB value is (70,91,16). Sum of RGB (Red+Green+Blue) = 70+91+16=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #465B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B10 is #B9A4EF. Grayscale: #4C4C4C. Windows color (decimal): -12166384 or 1071942. OLE color: 1071942.

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

Color convert

RGB 70 91 16 -
CMYK 0.23 0 0.82 0.64
HSL 76.8º 0.7% 0.21% -
HSV(B) 76.8º 0.82% 0.36% -
XYZ 6.36 8.82 1.86 -
YUV 76.17 94.04 123.6 -
System Red Green Blue C M Y K H S L
Decimal 70 91 16 0.23 0 0.82 0.64 76.8 0.7 0.21
Hex 46 5B 10 17 0 52 40 4D 46 15
Octal 106 133 20 27 0 122 100 115 106 25
Binary 1000110 1011011 10000 10111 0 1010010 1000000 1001101 1000110 10101

Color Harmonies of #465B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B10

Black with #465B10

Text Example


Text Example

White with #465B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,91,16); }

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

background-color css

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

 a { background-color: rgb(70,91,16); }

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

border-color css

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

 span { border-color: rgb(70,91,16); }

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