Html Css Color HEX #345D04 Verdun Green

📋 copy color: '#345D04'

red 52 ◦ green 93 ◦ blue 4

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

Shades of Verdun Green #345D04

Tints of Verdun Green #345D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 62.42%

 BLUE value IS 4 (1.95% from 255) = 2.68%

R = 34.9%
G = 62.42%
B = 2.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#345D04 (or 0x345D04) is known color: Verdun Green. HEX triplet: 34, 5D and 04. RGB value is (52,93,4). Sum of RGB (Red+Green+Blue) = 52+93+4=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 93 (36.72% from 255 or 62.42% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 93 - color contains mainly: green. Hex color #345D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345D04 is #CBA2FB. Grayscale: #464646. Windows color (decimal): -13345532 or 286004. OLE color: 286004.

HSL color Cylindrical-coordinate representation of color #345D04: hue angle of 87.64º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #345D04 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 93 4 -
CMYK 0.44 0 0.96 0.64
HSL 87.64º 0.92% 0.19% -
HSV(B) 87.64º 0.96% 0.36% -
XYZ 5.35 8.57 1.49 -
YUV 70.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 52 93 4 0.44 0 0.96 0.64 87.64 0.92 0.19
Hex 34 5D 4 2C 0 60 40 58 5C 13
Octal 64 135 4 54 0 140 100 130 134 23
Binary 110100 1011101 100 101100 0 1100000 1000000 1011000 1011100 10011

Color Harmonies of #345D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D04

Black with #345D04

Text Example


Text Example

White with #345D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345D04; }

 p { color: rgb(52,93,4); }

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

background-color css

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

 a { background-color: rgb(52,93,4); }

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

border-color css

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

 span { border-color: rgb(52,93,4); }

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