Html Css Color HEX #346705 Verdun Green

📋 copy color: '#346705'

red 52 ◦ green 103 ◦ blue 5

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

Shades of Verdun Green #346705

Tints of Verdun Green #346705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 64.38%

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 32.5%
G = 64.38%
B = 3.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#346705 (or 0x346705) is known color: Verdun Green. HEX triplet: 34, 67 and 05. RGB value is (52,103,5). Sum of RGB (Red+Green+Blue) = 52+103+5=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 103 (40.62% from 255 or 64.38% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 103 - color contains mainly: green. Hex color #346705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346705 is #CB98FA. Grayscale: #4C4C4C. Windows color (decimal): -13342971 or 354100. OLE color: 354100.

HSL color Cylindrical-coordinate representation of color #346705: hue angle of 91.22º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #346705 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 103 5 -
CMYK 0.50 0 0.95 0.60
HSL 91.22º 0.91% 0.21% -
HSV(B) 91.22º 0.95% 0.4% -
XYZ 6.29 10.44 1.83 -
YUV 76.58 87.6 110.47 -
System Red Green Blue C M Y K H S L
Decimal 52 103 5 0.50 0 0.95 0.60 91.22 0.91 0.21
Hex 34 67 5 32 0 5F 3C 5B 5B 15
Octal 64 147 5 62 0 137 74 133 133 25
Binary 110100 1100111 101 110010 0 1011111 111100 1011011 1011011 10101

Color Harmonies of #346705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346705

Black with #346705

Text Example


Text Example

White with #346705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346705; }

 p { color: rgb(52,103,5); }

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

background-color css

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

 a { background-color: rgb(52,103,5); }

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

border-color css

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

 span { border-color: rgb(52,103,5); }

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