Html Css Color HEX #345309 Verdun Green

📋 copy color: '#345309'

red 52 ◦ green 83 ◦ blue 9

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

Shades of Verdun Green #345309

Tints of Verdun Green #345309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 57.64%

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

R = 36.11%
G = 57.64%
B = 6.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#345309 (or 0x345309) is known color: Verdun Green. HEX triplet: 34, 53 and 09. RGB value is (52,83,9). Sum of RGB (Red+Green+Blue) = 52+83+9=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #345309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345309 is #CBACF6. Grayscale: #414141. Windows color (decimal): -13348087 or 611124. OLE color: 611124.

HSL color Cylindrical-coordinate representation of color #345309: hue angle of 85.14º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #345309 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 83 9 -
CMYK 0.37 0 0.89 0.67
HSL 85.14º 0.8% 0.18% -
HSV(B) 85.14º 0.89% 0.33% -
XYZ 4.56 6.94 1.36 -
YUV 65.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 52 83 9 0.37 0 0.89 0.67 85.14 0.8 0.18
Hex 34 53 9 25 0 59 43 55 50 12
Octal 64 123 11 45 0 131 103 125 120 22
Binary 110100 1010011 1001 100101 0 1011001 1000011 1010101 1010000 10010

Color Harmonies of #345309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345309

Black with #345309

Text Example


Text Example

White with #345309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345309; }

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

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

background-color css

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

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

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

border-color css

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

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

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