Html Css Color HEX #34540A Verdun Green

📋 copy color: '#34540A'

red 52 ◦ green 84 ◦ blue 10

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

Shades of Verdun Green #34540A

Tints of Verdun Green #34540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 57.53%

 BLUE value IS 10 (4.3% from 255) = 6.85%

R = 35.62%
G = 57.53%
B = 6.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#34540A (or 0x34540A) is known color: Verdun Green. HEX triplet: 34, 54 and 0A. RGB value is (52,84,10). Sum of RGB (Red+Green+Blue) = 52+84+10=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #34540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34540A is #CBABF5. Grayscale: #424242. Windows color (decimal): -13347830 or 676916. OLE color: 676916.

HSL color Cylindrical-coordinate representation of color #34540A: hue angle of 85.95º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34540A is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 84 10 -
CMYK 0.38 0 0.88 0.67
HSL 85.95º 0.79% 0.18% -
HSV(B) 85.95º 0.88% 0.33% -
XYZ 4.64 7.09 1.41 -
YUV 66 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 52 84 10 0.38 0 0.88 0.67 85.95 0.79 0.18
Hex 34 54 A 26 0 58 43 56 4F 12
Octal 64 124 12 46 0 130 103 126 117 22
Binary 110100 1010100 1010 100110 0 1011000 1000011 1010110 1001111 10010

Color Harmonies of #34540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34540A

Black with #34540A

Text Example


Text Example

White with #34540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34540A; }

 p { color: rgb(52,84,10); }

 H1.HeaderClassName
 {
   color: #34540A;
 }
 .AnyTagClassName
 {
   color: #34540A;
 }
</style>

background-color css

<style>
 a { background-color: #34540A; }

 a { background-color: rgb(52,84,10); }

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

border-color css

<style>
 span { border-color: #34540A; }

 span { border-color: rgb(52,84,10); }

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