Html Css Color HEX #345405 Verdun Green

📋 copy color: '#345405'

red 52 ◦ green 84 ◦ blue 5

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

Shades of Verdun Green #345405

Tints of Verdun Green #345405

RGB

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

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

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

R = 36.88%
G = 59.57%
B = 3.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#345405 (or 0x345405) is known color: Verdun Green. HEX triplet: 34, 54 and 05. RGB value is (52,84,5). Sum of RGB (Red+Green+Blue) = 52+84+5=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #345405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345405 is #CBABFA. Grayscale: #414141. Windows color (decimal): -13347835 or 349236. OLE color: 349236.

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

Color convert

RGB 52 84 5 -
CMYK 0.38 0 0.94 0.67
HSL 84.3º 0.89% 0.17% -
HSV(B) 84.3º 0.94% 0.33% -
XYZ 4.61 7.08 1.27 -
YUV 65.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 52 84 5 0.38 0 0.94 0.67 84.3 0.89 0.17
Hex 34 54 5 26 0 5E 43 54 59 11
Octal 64 124 5 46 0 136 103 124 131 21
Binary 110100 1010100 101 100110 0 1011110 1000011 1010100 1011001 10001

Color Harmonies of #345405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345405

Black with #345405

Text Example


Text Example

White with #345405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345405; }

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

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

background-color css

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

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

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

border-color css

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

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

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