Html Css Color HEX #34550D Verdun Green

📋 copy color: '#34550D'

red 52 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #34550D

Tints of Verdun Green #34550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 56.67%

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

R = 34.67%
G = 56.67%
B = 8.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#34550D (or 0x34550D) is known color: Verdun Green. HEX triplet: 34, 55 and 0D. RGB value is (52,85,13). Sum of RGB (Red+Green+Blue) = 52+85+13=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #34550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34550D is #CBAAF2. Grayscale: #434343. Windows color (decimal): -13347571 or 873780. OLE color: 873780.

HSL color Cylindrical-coordinate representation of color #34550D: hue angle of 87.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34550D is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 13 -
CMYK 0.39 0 0.85 0.67
HSL 87.5º 0.73% 0.19% -
HSV(B) 87.5º 0.85% 0.33% -
XYZ 4.74 7.26 1.53 -
YUV 66.93 97.57 117.35 -
System Red Green Blue C M Y K H S L
Decimal 52 85 13 0.39 0 0.85 0.67 87.5 0.73 0.19
Hex 34 55 D 27 0 55 43 57 49 13
Octal 64 125 15 47 0 125 103 127 111 23
Binary 110100 1010101 1101 100111 0 1010101 1000011 1010111 1001001 10011

Color Harmonies of #34550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34550D

Black with #34550D

Text Example


Text Example

White with #34550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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