Html Css Color HEX #345903 Verdun Green

📋 copy color: '#345903'

red 52 ◦ green 89 ◦ blue 3

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

Shades of Verdun Green #345903

Tints of Verdun Green #345903

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.81%

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

R = 36.11%
G = 61.81%
B = 2.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#345903 (or 0x345903) is known color: Verdun Green. HEX triplet: 34, 59 and 03. RGB value is (52,89,3). Sum of RGB (Red+Green+Blue) = 52+89+3=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #345903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345903 is #CBA6FC. Grayscale: #444444. Windows color (decimal): -13346557 or 219444. OLE color: 219444.

HSL color Cylindrical-coordinate representation of color #345903: hue angle of 85.81º 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 #345903 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 3 -
CMYK 0.42 0 0.97 0.65
HSL 85.81º 0.93% 0.18% -
HSV(B) 85.81º 0.97% 0.35% -
XYZ 5 7.88 1.34 -
YUV 68.13 91.24 116.49 -
System Red Green Blue C M Y K H S L
Decimal 52 89 3 0.42 0 0.97 0.65 85.81 0.93 0.18
Hex 34 59 3 2A 0 61 41 56 5D 12
Octal 64 131 3 52 0 141 101 126 135 22
Binary 110100 1011001 11 101010 0 1100001 1000001 1010110 1011101 10010

Color Harmonies of #345903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345903

Black with #345903

Text Example


Text Example

White with #345903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345903; }

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

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

background-color css

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

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

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

border-color css

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

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

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