Html Css Color HEX #346704 Verdun Green

📋 copy color: '#346704'

red 52 ◦ green 103 ◦ blue 4

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

Shades of Verdun Green #346704

Tints of Verdun Green #346704

RGB

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

 GREEN value IS 103 (40.63% from 255) = 64.78%

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

R = 32.7%
G = 64.78%
B = 2.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#346704 (or 0x346704) is known color: Verdun Green. HEX triplet: 34, 67 and 04. RGB value is (52,103,4). Sum of RGB (Red+Green+Blue) = 52+103+4=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 103 (40.62% from 255 or 64.78% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 103 - color contains mainly: green. Hex color #346704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346704 is #CB98FB. Grayscale: #4C4C4C. Windows color (decimal): -13342972 or 288564. OLE color: 288564.

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

Color convert

RGB 52 103 4 -
CMYK 0.50 0 0.96 0.60
HSL 90.91º 0.93% 0.21% -
HSV(B) 90.91º 0.96% 0.4% -
XYZ 6.29 10.44 1.8 -
YUV 76.47 87.1 110.55 -
System Red Green Blue C M Y K H S L
Decimal 52 103 4 0.50 0 0.96 0.60 90.91 0.93 0.21
Hex 34 67 4 32 0 60 3C 5B 5D 15
Octal 64 147 4 62 0 140 74 133 135 25
Binary 110100 1100111 100 110010 0 1100000 111100 1011011 1011101 10101

Color Harmonies of #346704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346704

Black with #346704

Text Example


Text Example

White with #346704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346704; }

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

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

background-color css

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

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

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

border-color css

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

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

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