Html Css Color HEX #465B03 Verdun Green

📋 copy color: '#465B03'

red 70 ◦ green 91 ◦ blue 3

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

Shades of Verdun Green #465B03

Tints of Verdun Green #465B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.83%

R = 42.68%
G = 55.49%
B = 1.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#465B03 (or 0x465B03) is known color: Verdun Green. HEX triplet: 46, 5B and 03. RGB value is (70,91,3). Sum of RGB (Red+Green+Blue) = 70+91+3=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #465B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B03 is #B9A4FC. Grayscale: #4B4B4B. Windows color (decimal): -12166397 or 219974. OLE color: 219974.

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

Color convert

RGB 70 91 3 -
CMYK 0.23 0 0.97 0.64
HSL 74.32º 0.94% 0.18% -
HSV(B) 74.32º 0.97% 0.36% -
XYZ 6.28 8.79 1.45 -
YUV 74.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 70 91 3 0.23 0 0.97 0.64 74.32 0.94 0.18
Hex 46 5B 3 17 0 61 40 4A 5E 12
Octal 106 133 3 27 0 141 100 112 136 22
Binary 1000110 1011011 11 10111 0 1100001 1000000 1001010 1011110 10010

Color Harmonies of #465B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B03

Black with #465B03

Text Example


Text Example

White with #465B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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