Html Css Color HEX #345510 Verdun Green

📋 copy color: '#345510'

red 52 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #345510

Tints of Verdun Green #345510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 33.99%
G = 55.56%
B = 10.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#345510 (or 0x345510) is known color: Verdun Green. HEX triplet: 34, 55 and 10. RGB value is (52,85,16). Sum of RGB (Red+Green+Blue) = 52+85+16=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #345510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345510 is #CBAAEF. Grayscale: #434343. Windows color (decimal): -13347568 or 1070388. OLE color: 1070388.

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

Color convert

RGB 52 85 16 -
CMYK 0.39 0 0.81 0.67
HSL 88.7º 0.68% 0.2% -
HSV(B) 88.7º 0.81% 0.33% -
XYZ 4.76 7.26 1.64 -
YUV 67.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 52 85 16 0.39 0 0.81 0.67 88.7 0.68 0.2
Hex 34 55 10 27 0 51 43 59 44 14
Octal 64 125 20 47 0 121 103 131 104 24
Binary 110100 1010101 10000 100111 0 1010001 1000011 1011001 1000100 10100

Color Harmonies of #345510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345510

Black with #345510

Text Example


Text Example

White with #345510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345510; }

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

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

background-color css

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

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

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

border-color css

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

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

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