Html Css Color HEX #346308 Verdun Green

📋 copy color: '#346308'

red 52 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #346308

Tints of Verdun Green #346308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.03%

R = 32.7%
G = 62.26%
B = 5.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#346308 (or 0x346308) is known color: Verdun Green. HEX triplet: 34, 63 and 08. RGB value is (52,99,8). Sum of RGB (Red+Green+Blue) = 52+99+8=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 99 (39.06% from 255 or 62.26% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 99 - color contains mainly: green. Hex color #346308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346308 is #CB9CF7. Grayscale: #4A4A4A. Windows color (decimal): -13343992 or 549684. OLE color: 549684.

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

Color convert

RGB 52 99 8 -
CMYK 0.47 0 0.92 0.61
HSL 90.99º 0.85% 0.21% -
HSV(B) 90.99º 0.92% 0.39% -
XYZ 5.92 9.67 1.78 -
YUV 74.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 52 99 8 0.47 0 0.92 0.61 90.99 0.85 0.21
Hex 34 63 8 2F 0 5C 3D 5B 55 15
Octal 64 143 10 57 0 134 75 133 125 25
Binary 110100 1100011 1000 101111 0 1011100 111101 1011011 1010101 10101

Color Harmonies of #346308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346308

Black with #346308

Text Example


Text Example

White with #346308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346308; }

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

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

background-color css

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

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

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

border-color css

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

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

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