Html Css Color HEX #346304 Verdun Green

📋 copy color: '#346304'

red 52 ◦ green 99 ◦ blue 4

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

Shades of Verdun Green #346304

Tints of Verdun Green #346304

RGB

 RED value IS 52 (20.7% from 255) = 33.55%

 GREEN value IS 99 (39.06% from 255) = 63.87%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 33.55%
G = 63.87%
B = 2.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#346304 (or 0x346304) is known color: Verdun Green. HEX triplet: 34, 63 and 04. RGB value is (52,99,4). Sum of RGB (Red+Green+Blue) = 52+99+4=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #346304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346304 is #CB9CFB. Grayscale: #4A4A4A. Windows color (decimal): -13343996 or 287540. OLE color: 287540.

HSL color Cylindrical-coordinate representation of color #346304: hue angle of 89.68º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #346304 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 99 4 -
CMYK 0.47 0 0.96 0.61
HSL 89.68º 0.92% 0.2% -
HSV(B) 89.68º 0.96% 0.39% -
XYZ 5.9 9.66 1.67 -
YUV 74.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 52 99 4 0.47 0 0.96 0.61 89.68 0.92 0.2
Hex 34 63 4 2F 0 60 3D 5A 5C 14
Octal 64 143 4 57 0 140 75 132 134 24
Binary 110100 1100011 100 101111 0 1100000 111101 1011010 1011100 10100

Color Harmonies of #346304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346304

Black with #346304

Text Example


Text Example

White with #346304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346304; }

 p { color: rgb(52,99,4); }

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

background-color css

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

 a { background-color: rgb(52,99,4); }

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

border-color css

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

 span { border-color: rgb(52,99,4); }

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