Html Css Color HEX #345205 Verdun Green

📋 copy color: '#345205'

red 52 ◦ green 82 ◦ blue 5

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

Shades of Verdun Green #345205

Tints of Verdun Green #345205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.99%

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

R = 37.41%
G = 58.99%
B = 3.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#345205 (or 0x345205) is known color: Verdun Green. HEX triplet: 34, 52 and 05. RGB value is (52,82,5). Sum of RGB (Red+Green+Blue) = 52+82+5=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #345205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345205 is #CBADFA. Grayscale: #404040. Windows color (decimal): -13348347 or 348724. OLE color: 348724.

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

Color convert

RGB 52 82 5 -
CMYK 0.37 0 0.94 0.68
HSL 83.38º 0.89% 0.17% -
HSV(B) 83.38º 0.94% 0.32% -
XYZ 4.46 6.78 1.22 -
YUV 64.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 52 82 5 0.37 0 0.94 0.68 83.38 0.89 0.17
Hex 34 52 5 25 0 5E 44 53 59 11
Octal 64 122 5 45 0 136 104 123 131 21
Binary 110100 1010010 101 100101 0 1011110 1000100 1010011 1011001 10001

Color Harmonies of #345205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345205

Black with #345205

Text Example


Text Example

White with #345205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345205; }

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

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

background-color css

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

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

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

border-color css

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

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

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