Html Css Color HEX #34580D Verdun Green

📋 copy color: '#34580D'

red 52 ◦ green 88 ◦ blue 13

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

Shades of Verdun Green #34580D

Tints of Verdun Green #34580D

RGB

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

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

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

R = 33.99%
G = 57.52%
B = 8.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#34580D (or 0x34580D) is known color: Verdun Green. HEX triplet: 34, 58 and 0D. RGB value is (52,88,13). Sum of RGB (Red+Green+Blue) = 52+88+13=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #34580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34580D is #CBA7F2. Grayscale: #444444. Windows color (decimal): -13346803 or 874548. OLE color: 874548.

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

Color convert

RGB 52 88 13 -
CMYK 0.41 0 0.85 0.65
HSL 88.8º 0.74% 0.2% -
HSV(B) 88.8º 0.85% 0.35% -
XYZ 4.98 7.74 1.61 -
YUV 68.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 52 88 13 0.41 0 0.85 0.65 88.8 0.74 0.2
Hex 34 58 D 29 0 55 41 59 4A 14
Octal 64 130 15 51 0 125 101 131 112 24
Binary 110100 1011000 1101 101001 0 1010101 1000001 1011001 1001010 10100

Color Harmonies of #34580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34580D

Black with #34580D

Text Example


Text Example

White with #34580D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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