Html Css Color HEX #346A00 Verdun Green

📋 copy color: '#346A00'

red 52 ◦ green 106 ◦ blue 0

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

Shades of Verdun Green #346A00

Tints of Verdun Green #346A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 67.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.91%
G = 67.09%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#346A00 (or 0x346A00) is known color: Verdun Green. HEX triplet: 34, 6A and 00. RGB value is (52,106,0). Sum of RGB (Red+Green+Blue) = 52+106+0=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #346A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346A00 is #CB95FF. Grayscale: #4E4E4E. Windows color (decimal): -13342208 or 27188. OLE color: 27188.

HSL color Cylindrical-coordinate representation of color #346A00: hue angle of 90.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #346A00 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 106 0 -
CMYK 0.51 0 1 0.58
HSL 90.57º 1% 0.21% -
HSV(B) 90.57º 1% 0.42% -
XYZ 6.57 11.04 1.78 -
YUV 77.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 52 106 0 0.51 0 1 0.58 90.57 1 0.21
Hex 34 6A 0 33 0 64 3A 5B 64 15
Octal 64 152 0 63 0 144 72 133 144 25
Binary 110100 1101010 0 110011 0 1100100 111010 1011011 1100100 10101

Color Harmonies of #346A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A00

Black with #346A00

Text Example


Text Example

White with #346A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346A00; }

 p { color: rgb(52,106,0); }

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

background-color css

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

 a { background-color: rgb(52,106,0); }

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

border-color css

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

 span { border-color: rgb(52,106,0); }

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