Html Css Color HEX #345306 Verdun Green

📋 copy color: '#345306'

red 52 ◦ green 83 ◦ blue 6

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

Shades of Verdun Green #345306

Tints of Verdun Green #345306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.87%

 BLUE value IS 6 (2.73% from 255) = 4.26%

R = 36.88%
G = 58.87%
B = 4.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#345306 (or 0x345306) is known color: Verdun Green. HEX triplet: 34, 53 and 06. RGB value is (52,83,6). Sum of RGB (Red+Green+Blue) = 52+83+6=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 83 (32.81% from 255 or 58.87% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 83 - color contains mainly: green. Hex color #345306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345306 is #CBACF9. Grayscale: #414141. Windows color (decimal): -13348090 or 414516. OLE color: 414516.

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

Color convert

RGB 52 83 6 -
CMYK 0.37 0 0.93 0.67
HSL 84.16º 0.87% 0.17% -
HSV(B) 84.16º 0.93% 0.33% -
XYZ 4.54 6.93 1.27 -
YUV 64.95 94.73 118.76 -
System Red Green Blue C M Y K H S L
Decimal 52 83 6 0.37 0 0.93 0.67 84.16 0.87 0.17
Hex 34 53 6 25 0 5D 43 54 57 11
Octal 64 123 6 45 0 135 103 124 127 21
Binary 110100 1010011 110 100101 0 1011101 1000011 1010100 1010111 10001

Color Harmonies of #345306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345306

Black with #345306

Text Example


Text Example

White with #345306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345306; }

 p { color: rgb(52,83,6); }

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

background-color css

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

 a { background-color: rgb(52,83,6); }

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

border-color css

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

 span { border-color: rgb(52,83,6); }

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