Html Css Color HEX #345304 Verdun Green

📋 copy color: '#345304'

red 52 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #345304

Tints of Verdun Green #345304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 59.71%

 BLUE value IS 4 (1.95% from 255) = 2.88%

R = 37.41%
G = 59.71%
B = 2.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#345304 (or 0x345304) is known color: Verdun Green. HEX triplet: 34, 53 and 04. RGB value is (52,83,4). Sum of RGB (Red+Green+Blue) = 52+83+4=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #345304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345304 is #CBACFB. Grayscale: #414141. Windows color (decimal): -13348092 or 283444. OLE color: 283444.

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

Color convert

RGB 52 83 4 -
CMYK 0.37 0 0.95 0.67
HSL 83.54º 0.91% 0.17% -
HSV(B) 83.54º 0.95% 0.33% -
XYZ 4.53 6.93 1.21 -
YUV 64.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 52 83 4 0.37 0 0.95 0.67 83.54 0.91 0.17
Hex 34 53 4 25 0 5F 43 54 5B 11
Octal 64 123 4 45 0 137 103 124 133 21
Binary 110100 1010011 100 100101 0 1011111 1000011 1010100 1011011 10001

Color Harmonies of #345304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345304

Black with #345304

Text Example


Text Example

White with #345304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345304; }

 p { color: rgb(52,83,4); }

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

background-color css

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

 a { background-color: rgb(52,83,4); }

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

border-color css

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

 span { border-color: rgb(52,83,4); }

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