Html Css Color HEX #465A03 Verdun Green

📋 copy color: '#465A03'

red 70 ◦ green 90 ◦ blue 3

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

Shades of Verdun Green #465A03

Tints of Verdun Green #465A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.21%

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

R = 42.94%
G = 55.21%
B = 1.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#465A03 (or 0x465A03) is known color: Verdun Green. HEX triplet: 46, 5A and 03. RGB value is (70,90,3). Sum of RGB (Red+Green+Blue) = 70+90+3=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #465A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A03 is #B9A5FC. Grayscale: #4A4A4A. Windows color (decimal): -12166653 or 219718. OLE color: 219718.

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

Color convert

RGB 70 90 3 -
CMYK 0.22 0 0.97 0.65
HSL 73.79º 0.94% 0.18% -
HSV(B) 73.79º 0.97% 0.35% -
XYZ 6.2 8.62 1.42 -
YUV 74.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 70 90 3 0.22 0 0.97 0.65 73.79 0.94 0.18
Hex 46 5A 3 16 0 61 41 4A 5E 12
Octal 106 132 3 26 0 141 101 112 136 22
Binary 1000110 1011010 11 10110 0 1100001 1000001 1001010 1011110 10010

Color Harmonies of #465A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A03

Black with #465A03

Text Example


Text Example

White with #465A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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