Html Css Color HEX #34570C Verdun Green

📋 copy color: '#34570C'

red 52 ◦ green 87 ◦ blue 12

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

Shades of Verdun Green #34570C

Tints of Verdun Green #34570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 57.62%

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

R = 34.44%
G = 57.62%
B = 7.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#34570C (or 0x34570C) is known color: Verdun Green. HEX triplet: 34, 57 and 0C. RGB value is (52,87,12). Sum of RGB (Red+Green+Blue) = 52+87+12=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 87 (34.38% from 255 or 57.62% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 87 - color contains mainly: green. Hex color #34570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34570C is #CBA8F3. Grayscale: #444444. Windows color (decimal): -13347060 or 808756. OLE color: 808756.

HSL color Cylindrical-coordinate representation of color #34570C: hue angle of 88º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34570C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 87 12 -
CMYK 0.40 0 0.86 0.66
HSL 88º 0.76% 0.19% -
HSV(B) 88º 0.86% 0.34% -
XYZ 4.89 7.57 1.55 -
YUV 67.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 52 87 12 0.40 0 0.86 0.66 88 0.76 0.19
Hex 34 57 C 28 0 56 42 58 4C 13
Octal 64 127 14 50 0 126 102 130 114 23
Binary 110100 1010111 1100 101000 0 1010110 1000010 1011000 1001100 10011

Color Harmonies of #34570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34570C

Black with #34570C

Text Example


Text Example

White with #34570C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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