Html Css Color HEX #346300 Verdun Green

📋 copy color: '#346300'

red 52 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #346300

Tints of Verdun Green #346300

RGB

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

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

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

R = 34.44%
G = 65.56%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#346300 (or 0x346300) is known color: Verdun Green. HEX triplet: 34, 63 and 00. RGB value is (52,99,0). Sum of RGB (Red+Green+Blue) = 52+99+0=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #346300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346300 is #CB9CFF. Grayscale: #4A4A4A. Windows color (decimal): -13344000 or 25396. OLE color: 25396.

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

Color convert

RGB 52 99 0 -
CMYK 0.47 0 1 0.61
HSL 88.48º 1% 0.19% -
HSV(B) 88.48º 1% 0.39% -
XYZ 5.88 9.65 1.55 -
YUV 73.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 52 99 0 0.47 0 1 0.61 88.48 1 0.19
Hex 34 63 0 2F 0 64 3D 58 64 13
Octal 64 143 0 57 0 144 75 130 144 23
Binary 110100 1100011 0 101111 0 1100100 111101 1011000 1100100 10011

Color Harmonies of #346300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346300

Black with #346300

Text Example


Text Example

White with #346300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346300; }

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

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

background-color css

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

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

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

border-color css

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

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

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