Html Css Color HEX #345509 Verdun Green

📋 copy color: '#345509'

red 52 ◦ green 85 ◦ blue 9

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

Shades of Verdun Green #345509

Tints of Verdun Green #345509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 58.22%

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

R = 35.62%
G = 58.22%
B = 6.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#345509 (or 0x345509) is known color: Verdun Green. HEX triplet: 34, 55 and 09. RGB value is (52,85,9). Sum of RGB (Red+Green+Blue) = 52+85+9=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #345509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345509 is #CBAAF6. Grayscale: #424242. Windows color (decimal): -13347575 or 611636. OLE color: 611636.

HSL color Cylindrical-coordinate representation of color #345509: hue angle of 86.05º degrees, saturation: 0.81, 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 #345509 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 9 -
CMYK 0.39 0 0.89 0.67
HSL 86.05º 0.81% 0.18% -
HSV(B) 86.05º 0.89% 0.33% -
XYZ 4.71 7.25 1.41 -
YUV 66.47 95.57 117.68 -
System Red Green Blue C M Y K H S L
Decimal 52 85 9 0.39 0 0.89 0.67 86.05 0.81 0.18
Hex 34 55 9 27 0 59 43 56 51 12
Octal 64 125 11 47 0 131 103 126 121 22
Binary 110100 1010101 1001 100111 0 1011001 1000011 1010110 1010001 10010

Color Harmonies of #345509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345509

Black with #345509

Text Example


Text Example

White with #345509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345509; }

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

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

background-color css

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

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

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

border-color css

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

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

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