Html Css Color HEX #345808 Verdun Green

📋 copy color: '#345808'

red 52 ◦ green 88 ◦ blue 8

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

Shades of Verdun Green #345808

Tints of Verdun Green #345808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 59.46%

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

R = 35.14%
G = 59.46%
B = 5.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#345808 (or 0x345808) is known color: Verdun Green. HEX triplet: 34, 58 and 08. RGB value is (52,88,8). Sum of RGB (Red+Green+Blue) = 52+88+8=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 88 (34.77% from 255 or 59.46% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 88 - color contains mainly: green. Hex color #345808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345808 is #CBA7F7. Grayscale: #444444. Windows color (decimal): -13346808 or 546868. OLE color: 546868.

HSL color Cylindrical-coordinate representation of color #345808: hue angle of 87º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #345808 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 8 -
CMYK 0.41 0 0.91 0.65
HSL 87º 0.83% 0.19% -
HSV(B) 87º 0.91% 0.35% -
XYZ 4.95 7.73 1.46 -
YUV 68.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 52 88 8 0.41 0 0.91 0.65 87 0.83 0.19
Hex 34 58 8 29 0 5B 41 57 53 13
Octal 64 130 10 51 0 133 101 127 123 23
Binary 110100 1011000 1000 101001 0 1011011 1000001 1010111 1010011 10011

Color Harmonies of #345808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345808

Black with #345808

Text Example


Text Example

White with #345808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345808; }

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

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

background-color css

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

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

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

border-color css

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

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

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