Html Css Color HEX #345506 Verdun Green

📋 copy color: '#345506'

red 52 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #345506

Tints of Verdun Green #345506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 59.44%

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

R = 36.36%
G = 59.44%
B = 4.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#345506 (or 0x345506) is known color: Verdun Green. HEX triplet: 34, 55 and 06. RGB value is (52,85,6). Sum of RGB (Red+Green+Blue) = 52+85+6=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #345506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345506 is #CBAAF9. Grayscale: #424242. Windows color (decimal): -13347578 or 415028. OLE color: 415028.

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

Color convert

RGB 52 85 6 -
CMYK 0.39 0 0.93 0.67
HSL 85.06º 0.87% 0.18% -
HSV(B) 85.06º 0.93% 0.33% -
XYZ 4.7 7.24 1.32 -
YUV 66.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 52 85 6 0.39 0 0.93 0.67 85.06 0.87 0.18
Hex 34 55 6 27 0 5D 43 55 57 12
Octal 64 125 6 47 0 135 103 125 127 22
Binary 110100 1010101 110 100111 0 1011101 1000011 1010101 1010111 10010

Color Harmonies of #345506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345506

Black with #345506

Text Example


Text Example

White with #345506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345506; }

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

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

background-color css

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

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

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

border-color css

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

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

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