Html Css Color HEX #345602 Verdun Green

📋 copy color: '#345602'

red 52 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #345602

Tints of Verdun Green #345602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 61.43%

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

R = 37.14%
G = 61.43%
B = 1.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#345602 (or 0x345602) is known color: Verdun Green. HEX triplet: 34, 56 and 02. RGB value is (52,86,2). Sum of RGB (Red+Green+Blue) = 52+86+2=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #345602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345602 is #CBA9FD. Grayscale: #424242. Windows color (decimal): -13347326 or 153140. OLE color: 153140.

HSL color Cylindrical-coordinate representation of color #345602: hue angle of 84.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #345602 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 86 2 -
CMYK 0.40 0 0.98 0.66
HSL 84.29º 0.95% 0.17% -
HSV(B) 84.29º 0.98% 0.34% -
XYZ 4.75 7.39 1.23 -
YUV 66.26 91.74 117.83 -
System Red Green Blue C M Y K H S L
Decimal 52 86 2 0.40 0 0.98 0.66 84.29 0.95 0.17
Hex 34 56 2 28 0 62 42 54 5F 11
Octal 64 126 2 50 0 142 102 124 137 21
Binary 110100 1010110 10 101000 0 1100010 1000010 1010100 1011111 10001

Color Harmonies of #345602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345602

Black with #345602

Text Example


Text Example

White with #345602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345602; }

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

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

background-color css

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

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

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

border-color css

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

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

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