Html Css Color HEX #465303 Verdun Green

📋 copy color: '#465303'

red 70 ◦ green 83 ◦ blue 3

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

Shades of Verdun Green #465303

Tints of Verdun Green #465303

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.21%

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

R = 44.87%
G = 53.21%
B = 1.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#465303 (or 0x465303) is known color: Verdun Green. HEX triplet: 46, 53 and 03. RGB value is (70,83,3). Sum of RGB (Red+Green+Blue) = 70+83+3=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #465303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465303 is #B9ACFC. Grayscale: #464646. Windows color (decimal): -12168445 or 217926. OLE color: 217926.

HSL color Cylindrical-coordinate representation of color #465303: hue angle of 69.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #465303 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 3 -
CMYK 0.16 0 0.96 0.67
HSL 69.75º 0.93% 0.17% -
HSV(B) 69.75º 0.96% 0.33% -
XYZ 5.64 7.5 1.24 -
YUV 69.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 70 83 3 0.16 0 0.96 0.67 69.75 0.93 0.17
Hex 46 53 3 10 0 60 43 46 5D 11
Octal 106 123 3 20 0 140 103 106 135 21
Binary 1000110 1010011 11 10000 0 1100000 1000011 1000110 1011101 10001

Color Harmonies of #465303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465303

Black with #465303

Text Example


Text Example

White with #465303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465303; }

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

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

background-color css

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

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

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

border-color css

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

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

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