Html Css Color HEX #345703 Verdun Green

📋 copy color: '#345703'

red 52 ◦ green 87 ◦ blue 3

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

Shades of Verdun Green #345703

Tints of Verdun Green #345703

RGB

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

 GREEN value IS 87 (34.38% from 255) = 61.27%

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

R = 36.62%
G = 61.27%
B = 2.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#345703 (or 0x345703) is known color: Verdun Green. HEX triplet: 34, 57 and 03. RGB value is (52,87,3). Sum of RGB (Red+Green+Blue) = 52+87+3=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #345703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345703 is #CBA8FC. Grayscale: #434343. Windows color (decimal): -13347069 or 218932. OLE color: 218932.

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

Color convert

RGB 52 87 3 -
CMYK 0.40 0 0.97 0.66
HSL 85º 0.93% 0.18% -
HSV(B) 85º 0.97% 0.34% -
XYZ 4.84 7.55 1.29 -
YUV 66.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 52 87 3 0.40 0 0.97 0.66 85 0.93 0.18
Hex 34 57 3 28 0 61 42 55 5D 12
Octal 64 127 3 50 0 141 102 125 135 22
Binary 110100 1010111 11 101000 0 1100001 1000010 1010101 1011101 10010

Color Harmonies of #345703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345703

Black with #345703

Text Example


Text Example

White with #345703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345703; }

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

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

background-color css

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

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

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

border-color css

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

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

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