Html Css Color HEX #346009 Verdun Green

📋 copy color: '#346009'

red 52 ◦ green 96 ◦ blue 9

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

Shades of Verdun Green #346009

Tints of Verdun Green #346009

RGB

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

 GREEN value IS 96 (37.89% from 255) = 61.15%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 33.12%
G = 61.15%
B = 5.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#346009 (or 0x346009) is known color: Verdun Green. HEX triplet: 34, 60 and 09. RGB value is (52,96,9). Sum of RGB (Red+Green+Blue) = 52+96+9=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #346009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346009 is #CB9FF6. Grayscale: #494949. Windows color (decimal): -13344759 or 614452. OLE color: 614452.

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

Color convert

RGB 52 96 9 -
CMYK 0.46 0 0.91 0.62
HSL 90.34º 0.83% 0.21% -
HSV(B) 90.34º 0.91% 0.38% -
XYZ 5.65 9.12 1.72 -
YUV 72.93 91.92 113.07 -
System Red Green Blue C M Y K H S L
Decimal 52 96 9 0.46 0 0.91 0.62 90.34 0.83 0.21
Hex 34 60 9 2E 0 5B 3E 5A 53 15
Octal 64 140 11 56 0 133 76 132 123 25
Binary 110100 1100000 1001 101110 0 1011011 111110 1011010 1010011 10101

Color Harmonies of #346009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346009

Black with #346009

Text Example


Text Example

White with #346009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346009; }

 p { color: rgb(52,96,9); }

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

background-color css

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

 a { background-color: rgb(52,96,9); }

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

border-color css

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

 span { border-color: rgb(52,96,9); }

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