Html Css Color HEX #345402 Verdun Green

📋 copy color: '#345402'

red 52 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #345402

Tints of Verdun Green #345402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 60.87%

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

R = 37.68%
G = 60.87%
B = 1.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#345402 (or 0x345402) is known color: Verdun Green. HEX triplet: 34, 54 and 02. RGB value is (52,84,2). Sum of RGB (Red+Green+Blue) = 52+84+2=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #345402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345402 is #CBABFD. Grayscale: #414141. Windows color (decimal): -13347838 or 152628. OLE color: 152628.

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

Color convert

RGB 52 84 2 -
CMYK 0.38 0 0.98 0.67
HSL 83.41º 0.95% 0.17% -
HSV(B) 83.41º 0.98% 0.33% -
XYZ 4.6 7.08 1.18 -
YUV 65.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 52 84 2 0.38 0 0.98 0.67 83.41 0.95 0.17
Hex 34 54 2 26 0 62 43 53 5F 11
Octal 64 124 2 46 0 142 103 123 137 21
Binary 110100 1010100 10 100110 0 1100010 1000011 1010011 1011111 10001

Color Harmonies of #345402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345402

Black with #345402

Text Example


Text Example

White with #345402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345402; }

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

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

background-color css

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

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

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

border-color css

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

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

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