Html Css Color HEX #345E02 Verdun Green

📋 copy color: '#345E02'

red 52 ◦ green 94 ◦ blue 2

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

Shades of Verdun Green #345E02

Tints of Verdun Green #345E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 63.51%

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

R = 35.14%
G = 63.51%
B = 1.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#345E02 (or 0x345E02) is known color: Verdun Green. HEX triplet: 34, 5E and 02. RGB value is (52,94,2). Sum of RGB (Red+Green+Blue) = 52+94+2=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 94 (37.11% from 255 or 63.51% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 94 - color contains mainly: green. Hex color #345E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345E02 is #CBA1FD. Grayscale: #474747. Windows color (decimal): -13345278 or 155188. OLE color: 155188.

HSL color Cylindrical-coordinate representation of color #345E02: hue angle of 87.39º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #345E02 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 94 2 -
CMYK 0.45 0 0.98 0.63
HSL 87.39º 0.96% 0.19% -
HSV(B) 87.39º 0.98% 0.37% -
XYZ 5.43 8.74 1.46 -
YUV 70.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 52 94 2 0.45 0 0.98 0.63 87.39 0.96 0.19
Hex 34 5E 2 2D 0 62 3F 57 60 13
Octal 64 136 2 55 0 142 77 127 140 23
Binary 110100 1011110 10 101101 0 1100010 111111 1010111 1100000 10011

Color Harmonies of #345E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E02

Black with #345E02

Text Example


Text Example

White with #345E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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