Html Css Color HEX #346901 Verdun Green

📋 copy color: '#346901'

red 52 ◦ green 105 ◦ blue 1

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

Shades of Verdun Green #346901

Tints of Verdun Green #346901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 66.46%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 32.91%
G = 66.46%
B = 0.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#346901 (or 0x346901) is known color: Verdun Green. HEX triplet: 34, 69 and 01. RGB value is (52,105,1). Sum of RGB (Red+Green+Blue) = 52+105+1=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #346901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346901 is #CB96FE. Grayscale: #4D4D4D. Windows color (decimal): -13342463 or 92468. OLE color: 92468.

HSL color Cylindrical-coordinate representation of color #346901: hue angle of 90.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #346901 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 105 1 -
CMYK 0.50 0 0.99 0.59
HSL 90.58º 0.98% 0.21% -
HSV(B) 90.58º 0.99% 0.41% -
XYZ 6.47 10.84 1.78 -
YUV 77.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 52 105 1 0.50 0 0.99 0.59 90.58 0.98 0.21
Hex 34 69 1 32 0 63 3B 5B 62 15
Octal 64 151 1 62 0 143 73 133 142 25
Binary 110100 1101001 1 110010 0 1100011 111011 1011011 1100010 10101

Color Harmonies of #346901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346901

Black with #346901

Text Example


Text Example

White with #346901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346901; }

 p { color: rgb(52,105,1); }

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

background-color css

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

 a { background-color: rgb(52,105,1); }

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

border-color css

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

 span { border-color: rgb(52,105,1); }

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