Html Css Color HEX #345A01 Verdun Green

📋 copy color: '#345A01'

red 52 ◦ green 90 ◦ blue 1

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

Shades of Verdun Green #345A01

Tints of Verdun Green #345A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 62.94%

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

R = 36.36%
G = 62.94%
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

#345A01 (or 0x345A01) is known color: Verdun Green. HEX triplet: 34, 5A and 01. RGB value is (52,90,1). Sum of RGB (Red+Green+Blue) = 52+90+1=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #345A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345A01 is #CBA5FE. Grayscale: #444444. Windows color (decimal): -13346303 or 88628. OLE color: 88628.

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

Color convert

RGB 52 90 1 -
CMYK 0.42 0 0.99 0.65
HSL 85.62º 0.98% 0.18% -
HSV(B) 85.62º 0.99% 0.35% -
XYZ 5.08 8.04 1.31 -
YUV 68.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 52 90 1 0.42 0 0.99 0.65 85.62 0.98 0.18
Hex 34 5A 1 2A 0 63 41 56 62 12
Octal 64 132 1 52 0 143 101 126 142 22
Binary 110100 1011010 1 101010 0 1100011 1000001 1010110 1100010 10010

Color Harmonies of #345A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A01

Black with #345A01

Text Example


Text Example

White with #345A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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