Html Css Color HEX #345801 Verdun Green

📋 copy color: '#345801'

red 52 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #345801

Tints of Verdun Green #345801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 62.41%

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

R = 36.88%
G = 62.41%
B = 0.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#345801 (or 0x345801) is known color: Verdun Green. HEX triplet: 34, 58 and 01. RGB value is (52,88,1). Sum of RGB (Red+Green+Blue) = 52+88+1=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #345801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345801 is #CBA7FE. Grayscale: #434343. Windows color (decimal): -13346815 or 88116. OLE color: 88116.

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

Color convert

RGB 52 88 1 -
CMYK 0.41 0 0.99 0.65
HSL 84.83º 0.98% 0.17% -
HSV(B) 84.83º 0.99% 0.35% -
XYZ 4.91 7.71 1.26 -
YUV 67.32 90.57 117.07 -
System Red Green Blue C M Y K H S L
Decimal 52 88 1 0.41 0 0.99 0.65 84.83 0.98 0.17
Hex 34 58 1 29 0 63 41 55 62 11
Octal 64 130 1 51 0 143 101 125 142 21
Binary 110100 1011000 1 101001 0 1100011 1000001 1010101 1100010 10001

Color Harmonies of #345801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345801

Black with #345801

Text Example


Text Example

White with #345801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345801; }

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

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

background-color css

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

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

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

border-color css

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

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

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