Html Css Color HEX #345305 Verdun Green

📋 copy color: '#345305'

red 52 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #345305

Tints of Verdun Green #345305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.57%

R = 37.14%
G = 59.29%
B = 3.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#345305 (or 0x345305) is known color: Verdun Green. HEX triplet: 34, 53 and 05. RGB value is (52,83,5). Sum of RGB (Red+Green+Blue) = 52+83+5=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #345305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345305 is #CBACFA. Grayscale: #414141. Windows color (decimal): -13348091 or 348980. OLE color: 348980.

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

Color convert

RGB 52 83 5 -
CMYK 0.37 0 0.94 0.67
HSL 83.85º 0.89% 0.17% -
HSV(B) 83.85º 0.94% 0.33% -
XYZ 4.54 6.93 1.24 -
YUV 64.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 52 83 5 0.37 0 0.94 0.67 83.85 0.89 0.17
Hex 34 53 5 25 0 5E 43 54 59 11
Octal 64 123 5 45 0 136 103 124 131 21
Binary 110100 1010011 101 100101 0 1011110 1000011 1010100 1011001 10001

Color Harmonies of #345305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345305

Black with #345305

Text Example


Text Example

White with #345305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345305; }

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

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

background-color css

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

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

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

border-color css

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

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

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