Html Css Color HEX #345804 Verdun Green

📋 copy color: '#345804'

red 52 ◦ green 88 ◦ blue 4

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

Shades of Verdun Green #345804

Tints of Verdun Green #345804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.78%

R = 36.11%
G = 61.11%
B = 2.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#345804 (or 0x345804) is known color: Verdun Green. HEX triplet: 34, 58 and 04. RGB value is (52,88,4). Sum of RGB (Red+Green+Blue) = 52+88+4=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 88 (34.77% from 255 or 61.11% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 88 - color contains mainly: green. Hex color #345804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345804 is #CBA7FB. Grayscale: #434343. Windows color (decimal): -13346812 or 284724. OLE color: 284724.

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

Color convert

RGB 52 88 4 -
CMYK 0.41 0 0.95 0.65
HSL 85.71º 0.91% 0.18% -
HSV(B) 85.71º 0.95% 0.35% -
XYZ 4.93 7.72 1.34 -
YUV 67.66 92.07 116.83 -
System Red Green Blue C M Y K H S L
Decimal 52 88 4 0.41 0 0.95 0.65 85.71 0.91 0.18
Hex 34 58 4 29 0 5F 41 56 5B 12
Octal 64 130 4 51 0 137 101 126 133 22
Binary 110100 1011000 100 101001 0 1011111 1000001 1010110 1011011 10010

Color Harmonies of #345804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345804

Black with #345804

Text Example


Text Example

White with #345804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345804; }

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

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

background-color css

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

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

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

border-color css

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

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

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