Html Css Color HEX #465B06 Verdun Green

📋 copy color: '#465B06'

red 70 ◦ green 91 ◦ blue 6

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

Shades of Verdun Green #465B06

Tints of Verdun Green #465B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 41.92%
G = 54.49%
B = 3.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#465B06 (or 0x465B06) is known color: Verdun Green. HEX triplet: 46, 5B and 06. RGB value is (70,91,6). Sum of RGB (Red+Green+Blue) = 70+91+6=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 91 (35.94% from 255 or 54.49% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 91 - color contains mainly: green. Hex color #465B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B06 is #B9A4F9. Grayscale: #4B4B4B. Windows color (decimal): -12166394 or 416582. OLE color: 416582.

HSL color Cylindrical-coordinate representation of color #465B06: hue angle of 74.82º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #465B06 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 91 6 -
CMYK 0.23 0 0.93 0.64
HSL 74.82º 0.88% 0.19% -
HSV(B) 74.82º 0.93% 0.36% -
XYZ 6.3 8.8 1.54 -
YUV 75.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 70 91 6 0.23 0 0.93 0.64 74.82 0.88 0.19
Hex 46 5B 6 17 0 5D 40 4B 58 13
Octal 106 133 6 27 0 135 100 113 130 23
Binary 1000110 1011011 110 10111 0 1011101 1000000 1001011 1011000 10011

Color Harmonies of #465B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B06

Black with #465B06

Text Example


Text Example

White with #465B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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