Html Css Color HEX #345E0F Verdun Green

📋 copy color: '#345E0F'

red 52 ◦ green 94 ◦ blue 15

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

Shades of Verdun Green #345E0F

Tints of Verdun Green #345E0F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 58.39%

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 32.3%
G = 58.39%
B = 9.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#345E0F (or 0x345E0F) is known color: Verdun Green. HEX triplet: 34, 5E and 0F. RGB value is (52,94,15). Sum of RGB (Red+Green+Blue) = 52+94+15=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 94 (37.11% from 255 or 58.39% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 94 - color contains mainly: green. Hex color #345E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345E0F is #CBA1F0. Grayscale: #484848. Windows color (decimal): -13345265 or 1007156. OLE color: 1007156.

HSL color Cylindrical-coordinate representation of color #345E0F: hue angle of 91.9º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #345E0F is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 94 15 -
CMYK 0.45 0 0.84 0.63
HSL 91.9º 0.72% 0.21% -
HSV(B) 91.9º 0.84% 0.37% -
XYZ 5.51 8.77 1.85 -
YUV 72.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 52 94 15 0.45 0 0.84 0.63 91.9 0.72 0.21
Hex 34 5E F 2D 0 54 3F 5C 48 15
Octal 64 136 17 55 0 124 77 134 110 25
Binary 110100 1011110 1111 101101 0 1010100 111111 1011100 1001000 10101

Color Harmonies of #345E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E0F

Black with #345E0F

Text Example


Text Example

White with #345E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345E0F; }

 p { color: rgb(52,94,15); }

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

background-color css

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

 a { background-color: rgb(52,94,15); }

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

border-color css

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

 span { border-color: rgb(52,94,15); }

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