Html Css Color HEX #34610C Verdun Green

📋 copy color: '#34610C'

red 52 ◦ green 97 ◦ blue 12

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

Shades of Verdun Green #34610C

Tints of Verdun Green #34610C

RGB

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

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

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

R = 32.3%
G = 60.25%
B = 7.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#34610C (or 0x34610C) is known color: Verdun Green. HEX triplet: 34, 61 and 0C. RGB value is (52,97,12). Sum of RGB (Red+Green+Blue) = 52+97+12=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #34610C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34610C is #CB9EF3. Grayscale: #4A4A4A. Windows color (decimal): -13344500 or 811316. OLE color: 811316.

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

Color convert

RGB 52 97 12 -
CMYK 0.46 0 0.88 0.62
HSL 91.76º 0.78% 0.21% -
HSV(B) 91.76º 0.88% 0.38% -
XYZ 5.76 9.31 1.84 -
YUV 73.86 93.09 112.41 -
System Red Green Blue C M Y K H S L
Decimal 52 97 12 0.46 0 0.88 0.62 91.76 0.78 0.21
Hex 34 61 C 2E 0 58 3E 5C 4E 15
Octal 64 141 14 56 0 130 76 134 116 25
Binary 110100 1100001 1100 101110 0 1011000 111110 1011100 1001110 10101

Color Harmonies of #34610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34610C

Black with #34610C

Text Example


Text Example

White with #34610C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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