Html Css Color HEX #34540C Verdun Green

📋 copy color: '#34540C'

red 52 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #34540C

Tints of Verdun Green #34540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.11%

R = 35.14%
G = 56.76%
B = 8.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#34540C (or 0x34540C) is known color: Verdun Green. HEX triplet: 34, 54 and 0C. RGB value is (52,84,12). Sum of RGB (Red+Green+Blue) = 52+84+12=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #34540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34540C is #CBABF3. Grayscale: #424242. Windows color (decimal): -13347828 or 807988. OLE color: 807988.

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

Color convert

RGB 52 84 12 -
CMYK 0.38 0 0.86 0.67
HSL 86.67º 0.75% 0.19% -
HSV(B) 86.67º 0.86% 0.33% -
XYZ 4.65 7.1 1.47 -
YUV 66.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 52 84 12 0.38 0 0.86 0.67 86.67 0.75 0.19
Hex 34 54 C 26 0 56 43 57 4B 13
Octal 64 124 14 46 0 126 103 127 113 23
Binary 110100 1010100 1100 100110 0 1010110 1000011 1010111 1001011 10011

Color Harmonies of #34540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34540C

Black with #34540C

Text Example


Text Example

White with #34540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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