Html Css Color HEX #345508 Verdun Green

📋 copy color: '#345508'

red 52 ◦ green 85 ◦ blue 8

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

Shades of Verdun Green #345508

Tints of Verdun Green #345508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 35.86%
G = 58.62%
B = 5.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#345508 (or 0x345508) is known color: Verdun Green. HEX triplet: 34, 55 and 08. RGB value is (52,85,8). Sum of RGB (Red+Green+Blue) = 52+85+8=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #345508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345508 is #CBAAF7. Grayscale: #424242. Windows color (decimal): -13347576 or 546100. OLE color: 546100.

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

Color convert

RGB 52 85 8 -
CMYK 0.39 0 0.91 0.67
HSL 85.71º 0.83% 0.18% -
HSV(B) 85.71º 0.91% 0.33% -
XYZ 4.71 7.24 1.38 -
YUV 66.36 95.07 117.76 -
System Red Green Blue C M Y K H S L
Decimal 52 85 8 0.39 0 0.91 0.67 85.71 0.83 0.18
Hex 34 55 8 27 0 5B 43 56 53 12
Octal 64 125 10 47 0 133 103 126 123 22
Binary 110100 1010101 1000 100111 0 1011011 1000011 1010110 1010011 10010

Color Harmonies of #345508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345508

Black with #345508

Text Example


Text Example

White with #345508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345508; }

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

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

background-color css

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

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

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

border-color css

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

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

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