Html Css Color HEX #345901 Verdun Green

📋 copy color: '#345901'

red 52 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #345901

Tints of Verdun Green #345901

RGB

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

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

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

R = 36.62%
G = 62.68%
B = 0.7%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#345901 (or 0x345901) is known color: Verdun Green. HEX triplet: 34, 59 and 01. RGB value is (52,89,1). Sum of RGB (Red+Green+Blue) = 52+89+1=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 89 (35.16% from 255 or 62.68% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 89 - color contains mainly: green. Hex color #345901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345901 is #CBA6FE. Grayscale: #444444. Windows color (decimal): -13346559 or 88372. OLE color: 88372.

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

Color convert

RGB 52 89 1 -
CMYK 0.42 0 0.99 0.65
HSL 85.23º 0.98% 0.18% -
HSV(B) 85.23º 0.99% 0.35% -
XYZ 4.99 7.88 1.29 -
YUV 67.91 90.24 116.66 -
System Red Green Blue C M Y K H S L
Decimal 52 89 1 0.42 0 0.99 0.65 85.23 0.98 0.18
Hex 34 59 1 2A 0 63 41 55 62 12
Octal 64 131 1 52 0 143 101 125 142 22
Binary 110100 1011001 1 101010 0 1100011 1000001 1010101 1100010 10010

Color Harmonies of #345901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345901

Black with #345901

Text Example


Text Example

White with #345901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345901; }

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

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

background-color css

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

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

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

border-color css

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

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

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