Html Css Color HEX #345902 Verdun Green

📋 copy color: '#345902'

red 52 ◦ green 89 ◦ blue 2

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

Shades of Verdun Green #345902

Tints of Verdun Green #345902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 62.24%

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

R = 36.36%
G = 62.24%
B = 1.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#345902 (or 0x345902) is known color: Verdun Green. HEX triplet: 34, 59 and 02. RGB value is (52,89,2). Sum of RGB (Red+Green+Blue) = 52+89+2=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #345902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345902 is #CBA6FD. Grayscale: #444444. Windows color (decimal): -13346558 or 153908. OLE color: 153908.

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

Color convert

RGB 52 89 2 -
CMYK 0.42 0 0.98 0.65
HSL 85.52º 0.96% 0.18% -
HSV(B) 85.52º 0.98% 0.35% -
XYZ 5 7.88 1.31 -
YUV 68.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 52 89 2 0.42 0 0.98 0.65 85.52 0.96 0.18
Hex 34 59 2 2A 0 62 41 56 60 12
Octal 64 131 2 52 0 142 101 126 140 22
Binary 110100 1011001 10 101010 0 1100010 1000001 1010110 1100000 10010

Color Harmonies of #345902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345902

Black with #345902

Text Example


Text Example

White with #345902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345902; }

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

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

background-color css

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

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

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

border-color css

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

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

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