Html Css Color HEX #346904 Verdun Green

📋 copy color: '#346904'

red 52 ◦ green 105 ◦ blue 4

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

Shades of Verdun Green #346904

Tints of Verdun Green #346904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 65.22%

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

R = 32.3%
G = 65.22%
B = 2.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#346904 (or 0x346904) is known color: Verdun Green. HEX triplet: 34, 69 and 04. RGB value is (52,105,4). Sum of RGB (Red+Green+Blue) = 52+105+4=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 105 (41.41% from 255 or 65.22% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 105 - color contains mainly: green. Hex color #346904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346904 is #CB96FB. Grayscale: #4D4D4D. Windows color (decimal): -13342460 or 289076. OLE color: 289076.

HSL color Cylindrical-coordinate representation of color #346904: hue angle of 91.49º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #346904 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 105 4 -
CMYK 0.50 0 0.96 0.59
HSL 91.49º 0.93% 0.21% -
HSV(B) 91.49º 0.96% 0.41% -
XYZ 6.49 10.84 1.87 -
YUV 77.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 52 105 4 0.50 0 0.96 0.59 91.49 0.93 0.21
Hex 34 69 4 32 0 60 3B 5B 5D 15
Octal 64 151 4 62 0 140 73 133 135 25
Binary 110100 1101001 100 110010 0 1100000 111011 1011011 1011101 10101

Color Harmonies of #346904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346904

Black with #346904

Text Example


Text Example

White with #346904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346904; }

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

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

background-color css

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

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

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

border-color css

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

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

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