Html Css Color HEX #346002 Verdun Green

📋 copy color: '#346002'

red 52 ◦ green 96 ◦ blue 2

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

Shades of Verdun Green #346002

Tints of Verdun Green #346002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 64%

 BLUE value IS 2 (1.17% from 255) = 1.33%

R = 34.67%
G = 64%
B = 1.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#346002 (or 0x346002) is known color: Verdun Green. HEX triplet: 34, 60 and 02. RGB value is (52,96,2). Sum of RGB (Red+Green+Blue) = 52+96+2=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #346002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346002 is #CB9FFD. Grayscale: #484848. Windows color (decimal): -13344766 or 155700. OLE color: 155700.

HSL color Cylindrical-coordinate representation of color #346002: hue angle of 88.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #346002 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 96 2 -
CMYK 0.46 0 0.98 0.62
HSL 88.09º 0.96% 0.19% -
HSV(B) 88.09º 0.98% 0.38% -
XYZ 5.61 9.1 1.52 -
YUV 72.13 88.42 113.64 -
System Red Green Blue C M Y K H S L
Decimal 52 96 2 0.46 0 0.98 0.62 88.09 0.96 0.19
Hex 34 60 2 2E 0 62 3E 58 60 13
Octal 64 140 2 56 0 142 76 130 140 23
Binary 110100 1100000 10 101110 0 1100010 111110 1011000 1100000 10011

Color Harmonies of #346002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346002

Black with #346002

Text Example


Text Example

White with #346002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346002; }

 p { color: rgb(52,96,2); }

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

background-color css

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

 a { background-color: rgb(52,96,2); }

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

border-color css

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

 span { border-color: rgb(52,96,2); }

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