Html Css Color HEX #345403 Verdun Green

📋 copy color: '#345403'

red 52 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #345403

Tints of Verdun Green #345403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 37.41%
G = 60.43%
B = 2.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#345403 (or 0x345403) is known color: Verdun Green. HEX triplet: 34, 54 and 03. RGB value is (52,84,3). Sum of RGB (Red+Green+Blue) = 52+84+3=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #345403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345403 is #CBABFC. Grayscale: #414141. Windows color (decimal): -13347837 or 218164. OLE color: 218164.

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

Color convert

RGB 52 84 3 -
CMYK 0.38 0 0.96 0.67
HSL 83.7º 0.93% 0.17% -
HSV(B) 83.7º 0.96% 0.33% -
XYZ 4.6 7.08 1.21 -
YUV 65.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 52 84 3 0.38 0 0.96 0.67 83.7 0.93 0.17
Hex 34 54 3 26 0 60 43 54 5D 11
Octal 64 124 3 46 0 140 103 124 135 21
Binary 110100 1010100 11 100110 0 1100000 1000011 1010100 1011101 10001

Color Harmonies of #345403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345403

Black with #345403

Text Example


Text Example

White with #345403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345403; }

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

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

background-color css

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

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

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

border-color css

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

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

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