Html Css Color HEX #346405 Verdun Green

📋 copy color: '#346405'

red 52 ◦ green 100 ◦ blue 5

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

Shades of Verdun Green #346405

Tints of Verdun Green #346405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 63.69%

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

R = 33.12%
G = 63.69%
B = 3.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#346405 (or 0x346405) is known color: Verdun Green. HEX triplet: 34, 64 and 05. RGB value is (52,100,5). Sum of RGB (Red+Green+Blue) = 52+100+5=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 100 (39.45% from 255 or 63.69% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 100 - color contains mainly: green. Hex color #346405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346405 is #CB9BFA. Grayscale: #4B4B4B. Windows color (decimal): -13343739 or 353332. OLE color: 353332.

HSL color Cylindrical-coordinate representation of color #346405: hue angle of 90.32º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #346405 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 100 5 -
CMYK 0.48 0 0.95 0.61
HSL 90.32º 0.9% 0.21% -
HSV(B) 90.32º 0.95% 0.39% -
XYZ 6 9.86 1.73 -
YUV 74.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 52 100 5 0.48 0 0.95 0.61 90.32 0.9 0.21
Hex 34 64 5 30 0 5F 3D 5A 5A 15
Octal 64 144 5 60 0 137 75 132 132 25
Binary 110100 1100100 101 110000 0 1011111 111101 1011010 1011010 10101

Color Harmonies of #346405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346405

Black with #346405

Text Example


Text Example

White with #346405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346405; }

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

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

background-color css

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

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

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

border-color css

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

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

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