Html Css Color HEX #34580C Verdun Green

📋 copy color: '#34580C'

red 52 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #34580C

Tints of Verdun Green #34580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.89%

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

R = 34.21%
G = 57.89%
B = 7.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#34580C (or 0x34580C) is known color: Verdun Green. HEX triplet: 34, 58 and 0C. RGB value is (52,88,12). Sum of RGB (Red+Green+Blue) = 52+88+12=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #34580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34580C is #CBA7F3. Grayscale: #444444. Windows color (decimal): -13346804 or 809012. OLE color: 809012.

HSL color Cylindrical-coordinate representation of color #34580C: hue angle of 88.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34580C is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 12 -
CMYK 0.41 0 0.86 0.65
HSL 88.42º 0.76% 0.2% -
HSV(B) 88.42º 0.86% 0.35% -
XYZ 4.97 7.74 1.58 -
YUV 68.57 96.07 116.18 -
System Red Green Blue C M Y K H S L
Decimal 52 88 12 0.41 0 0.86 0.65 88.42 0.76 0.2
Hex 34 58 C 29 0 56 41 58 4C 14
Octal 64 130 14 51 0 126 101 130 114 24
Binary 110100 1011000 1100 101001 0 1010110 1000001 1011000 1001100 10100

Color Harmonies of #34580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34580C

Black with #34580C

Text Example


Text Example

White with #34580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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