Html Css Color HEX #346207 Verdun Green

📋 copy color: '#346207'

red 52 ◦ green 98 ◦ blue 7

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

Shades of Verdun Green #346207

Tints of Verdun Green #346207

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.42%

 BLUE value IS 7 (3.13% from 255) = 4.46%

R = 33.12%
G = 62.42%
B = 4.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#346207 (or 0x346207) is known color: Verdun Green. HEX triplet: 34, 62 and 07. RGB value is (52,98,7). Sum of RGB (Red+Green+Blue) = 52+98+7=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #346207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346207 is #CB9DF8. Grayscale: #4A4A4A. Windows color (decimal): -13344249 or 483892. OLE color: 483892.

HSL color Cylindrical-coordinate representation of color #346207: hue angle of 90.33º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #346207 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 98 7 -
CMYK 0.47 0 0.93 0.62
HSL 90.33º 0.87% 0.21% -
HSV(B) 90.33º 0.93% 0.38% -
XYZ 5.82 9.48 1.72 -
YUV 73.87 90.26 112.4 -
System Red Green Blue C M Y K H S L
Decimal 52 98 7 0.47 0 0.93 0.62 90.33 0.87 0.21
Hex 34 62 7 2F 0 5D 3E 5A 57 15
Octal 64 142 7 57 0 135 76 132 127 25
Binary 110100 1100010 111 101111 0 1011101 111110 1011010 1010111 10101

Color Harmonies of #346207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346207

Black with #346207

Text Example


Text Example

White with #346207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346207; }

 p { color: rgb(52,98,7); }

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

background-color css

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

 a { background-color: rgb(52,98,7); }

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

border-color css

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

 span { border-color: rgb(52,98,7); }

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