Html Css Color HEX #34610D Verdun Green

📋 copy color: '#34610D'

red 52 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #34610D

Tints of Verdun Green #34610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 59.88%

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

R = 32.1%
G = 59.88%
B = 8.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#34610D (or 0x34610D) is known color: Verdun Green. HEX triplet: 34, 61 and 0D. RGB value is (52,97,13). Sum of RGB (Red+Green+Blue) = 52+97+13=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #34610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34610D is #CB9EF2. Grayscale: #4A4A4A. Windows color (decimal): -13344499 or 876852. OLE color: 876852.

HSL color Cylindrical-coordinate representation of color #34610D: hue angle of 92.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34610D is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 97 13 -
CMYK 0.46 0 0.87 0.62
HSL 92.14º 0.76% 0.22% -
HSV(B) 92.14º 0.87% 0.38% -
XYZ 5.76 9.31 1.87 -
YUV 73.97 93.59 112.33 -
System Red Green Blue C M Y K H S L
Decimal 52 97 13 0.46 0 0.87 0.62 92.14 0.76 0.22
Hex 34 61 D 2E 0 57 3E 5C 4C 16
Octal 64 141 15 56 0 127 76 134 114 26
Binary 110100 1100001 1101 101110 0 1010111 111110 1011100 1001100 10110

Color Harmonies of #34610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34610D

Black with #34610D

Text Example


Text Example

White with #34610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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