Html Css Color HEX #467303 Verdun Green

📋 copy color: '#467303'

red 70 ◦ green 115 ◦ blue 3

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

Shades of Verdun Green #467303

Tints of Verdun Green #467303

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.17%

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

R = 37.23%
G = 61.17%
B = 1.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#467303 (or 0x467303) is known color: Verdun Green. HEX triplet: 46, 73 and 03. RGB value is (70,115,3). Sum of RGB (Red+Green+Blue) = 70+115+3=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #467303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467303 is #B98CFC. Grayscale: #595959. Windows color (decimal): -12160253 or 226118. OLE color: 226118.

HSL color Cylindrical-coordinate representation of color #467303: hue angle of 84.11º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #467303 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 3 -
CMYK 0.39 0 0.97 0.55
HSL 84.11º 0.95% 0.23% -
HSV(B) 84.11º 0.97% 0.45% -
XYZ 8.67 13.57 2.25 -
YUV 88.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 70 115 3 0.39 0 0.97 0.55 84.11 0.95 0.23
Hex 46 73 3 27 0 61 37 54 5F 17
Octal 106 163 3 47 0 141 67 124 137 27
Binary 1000110 1110011 11 100111 0 1100001 110111 1010100 1011111 10111

Color Harmonies of #467303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467303

Black with #467303

Text Example


Text Example

White with #467303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467303; }

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

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

background-color css

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

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

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

border-color css

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

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

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