Html Css Color HEX #345407 Verdun Green

📋 copy color: '#345407'

red 52 ◦ green 84 ◦ blue 7

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

Shades of Verdun Green #345407

Tints of Verdun Green #345407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 58.74%

 BLUE value IS 7 (3.13% from 255) = 4.9%

R = 36.36%
G = 58.74%
B = 4.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#345407 (or 0x345407) is known color: Verdun Green. HEX triplet: 34, 54 and 07. RGB value is (52,84,7). Sum of RGB (Red+Green+Blue) = 52+84+7=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 84 (33.20% from 255 or 58.74% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 84 - color contains mainly: green. Hex color #345407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345407 is #CBABF8. Grayscale: #414141. Windows color (decimal): -13347833 or 480308. OLE color: 480308.

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

Color convert

RGB 52 84 7 -
CMYK 0.38 0 0.92 0.67
HSL 84.94º 0.85% 0.18% -
HSV(B) 84.94º 0.92% 0.33% -
XYZ 4.62 7.09 1.33 -
YUV 65.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 52 84 7 0.38 0 0.92 0.67 84.94 0.85 0.18
Hex 34 54 7 26 0 5C 43 55 55 12
Octal 64 124 7 46 0 134 103 125 125 22
Binary 110100 1010100 111 100110 0 1011100 1000011 1010101 1010101 10010

Color Harmonies of #345407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345407

Black with #345407

Text Example


Text Example

White with #345407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345407; }

 p { color: rgb(52,84,7); }

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

background-color css

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

 a { background-color: rgb(52,84,7); }

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

border-color css

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

 span { border-color: rgb(52,84,7); }

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