Html Css Color HEX #346603 Verdun Green

📋 copy color: '#346603'

red 52 ◦ green 102 ◦ blue 3

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

Shades of Verdun Green #346603

Tints of Verdun Green #346603

RGB

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

 GREEN value IS 102 (40.23% from 255) = 64.97%

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

R = 33.12%
G = 64.97%
B = 1.91%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#346603 (or 0x346603) is known color: Verdun Green. HEX triplet: 34, 66 and 03. RGB value is (52,102,3). Sum of RGB (Red+Green+Blue) = 52+102+3=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 102 (40.23% from 255 or 64.97% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 102 - color contains mainly: green. Hex color #346603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346603 is #CB99FC. Grayscale: #4C4C4C. Windows color (decimal): -13343229 or 222772. OLE color: 222772.

HSL color Cylindrical-coordinate representation of color #346603: hue angle of 90.3º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #346603 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 52 102 3 -
CMYK 0.49 0 0.97 0.6
HSL 90.3º 0.94% 0.21% -
HSV(B) 90.3º 0.97% 0.4% -
XYZ 6.18 10.24 1.74 -
YUV 75.76 86.94 111.05 -
System Red Green Blue C M Y K H S L
Decimal 52 102 3 0.49 0 0.97 0.6 90.3 0.94 0.21
Hex 34 66 3 31 0 61 3C 5A 5E 15
Octal 64 146 3 61 0 141 74 132 136 25
Binary 110100 1100110 11 110001 0 1100001 111100 1011010 1011110 10101

Color Harmonies of #346603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346603

Black with #346603

Text Example


Text Example

White with #346603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346603; }

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

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

background-color css

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

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

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

border-color css

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

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

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