Html Css Color HEX #345803 Verdun Green

📋 copy color: '#345803'

red 52 ◦ green 88 ◦ blue 3

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

Shades of Verdun Green #345803

Tints of Verdun Green #345803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.1%

R = 36.36%
G = 61.54%
B = 2.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#345803 (or 0x345803) is known color: Verdun Green. HEX triplet: 34, 58 and 03. RGB value is (52,88,3). Sum of RGB (Red+Green+Blue) = 52+88+3=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #345803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345803 is #CBA7FC. Grayscale: #434343. Windows color (decimal): -13346813 or 219188. OLE color: 219188.

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

Color convert

RGB 52 88 3 -
CMYK 0.41 0 0.97 0.65
HSL 85.41º 0.93% 0.18% -
HSV(B) 85.41º 0.97% 0.35% -
XYZ 4.92 7.72 1.32 -
YUV 67.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 52 88 3 0.41 0 0.97 0.65 85.41 0.93 0.18
Hex 34 58 3 29 0 61 41 55 5D 12
Octal 64 130 3 51 0 141 101 125 135 22
Binary 110100 1011000 11 101001 0 1100001 1000001 1010101 1011101 10010

Color Harmonies of #345803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345803

Black with #345803

Text Example


Text Example

White with #345803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345803; }

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

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

background-color css

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

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

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

border-color css

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

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

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