Html Css Color HEX #34540D Verdun Green

📋 copy color: '#34540D'

red 52 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #34540D

Tints of Verdun Green #34540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.72%

R = 34.9%
G = 56.38%
B = 8.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#34540D (or 0x34540D) is known color: Verdun Green. HEX triplet: 34, 54 and 0D. RGB value is (52,84,13). Sum of RGB (Red+Green+Blue) = 52+84+13=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #34540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34540D is #CBABF2. Grayscale: #424242. Windows color (decimal): -13347827 or 873524. OLE color: 873524.

HSL color Cylindrical-coordinate representation of color #34540D: hue angle of 87.04º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34540D is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 84 13 -
CMYK 0.38 0 0.85 0.67
HSL 87.04º 0.73% 0.19% -
HSV(B) 87.04º 0.85% 0.33% -
XYZ 4.66 7.1 1.51 -
YUV 66.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 52 84 13 0.38 0 0.85 0.67 87.04 0.73 0.19
Hex 34 54 D 26 0 55 43 57 49 13
Octal 64 124 15 46 0 125 103 127 111 23
Binary 110100 1010100 1101 100110 0 1010101 1000011 1010111 1001001 10011

Color Harmonies of #34540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34540D

Black with #34540D

Text Example


Text Example

White with #34540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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