Html Css Color HEX #465B0B Verdun Green

📋 copy color: '#465B0B'

red 70 ◦ green 91 ◦ blue 11

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

Shades of Verdun Green #465B0B

Tints of Verdun Green #465B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.4%

R = 40.7%
G = 52.91%
B = 6.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#465B0B (or 0x465B0B) is known color: Verdun Green. HEX triplet: 46, 5B and 0B. RGB value is (70,91,11). Sum of RGB (Red+Green+Blue) = 70+91+11=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #465B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B0B is #B9A4F4. Grayscale: #4B4B4B. Windows color (decimal): -12166389 or 744262. OLE color: 744262.

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

Color convert

RGB 70 91 11 -
CMYK 0.23 0 0.88 0.64
HSL 75.75º 0.78% 0.2% -
HSV(B) 75.75º 0.88% 0.36% -
XYZ 6.33 8.81 1.68 -
YUV 75.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 70 91 11 0.23 0 0.88 0.64 75.75 0.78 0.2
Hex 46 5B B 17 0 58 40 4C 4E 14
Octal 106 133 13 27 0 130 100 114 116 24
Binary 1000110 1011011 1011 10111 0 1011000 1000000 1001100 1001110 10100

Color Harmonies of #465B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B0B

Black with #465B0B

Text Example


Text Example

White with #465B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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