Html Css Color HEX #34600D Verdun Green

📋 copy color: '#34600D'

red 52 ◦ green 96 ◦ blue 13

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

Shades of Verdun Green #34600D

Tints of Verdun Green #34600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 59.63%

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

R = 32.3%
G = 59.63%
B = 8.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#34600D (or 0x34600D) is known color: Verdun Green. HEX triplet: 34, 60 and 0D. RGB value is (52,96,13). Sum of RGB (Red+Green+Blue) = 52+96+13=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #34600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34600D is #CB9FF2. Grayscale: #494949. Windows color (decimal): -13344755 or 876596. OLE color: 876596.

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

Color convert

RGB 52 96 13 -
CMYK 0.46 0 0.86 0.62
HSL 91.81º 0.76% 0.21% -
HSV(B) 91.81º 0.86% 0.38% -
XYZ 5.67 9.12 1.84 -
YUV 73.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 52 96 13 0.46 0 0.86 0.62 91.81 0.76 0.21
Hex 34 60 D 2E 0 56 3E 5C 4C 15
Octal 64 140 15 56 0 126 76 134 114 25
Binary 110100 1100000 1101 101110 0 1010110 111110 1011100 1001100 10101

Color Harmonies of #34600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34600D

Black with #34600D

Text Example


Text Example

White with #34600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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