Html Css Color HEX #3C541A Verdun Green

📋 copy color: '#3C541A'

red 60 ◦ green 84 ◦ blue 26

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

Shades of Verdun Green #3C541A

Tints of Verdun Green #3C541A

RGB

 RED value IS 60 (23.83% from 255) = 35.29%

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

 BLUE value IS 26 (10.55% from 255) = 15.29%

R = 35.29%
G = 49.41%
B = 15.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#3C541A (or 0x3C541A) is known color: Verdun Green. HEX triplet: 3C, 54 and 1A. RGB value is (60,84,26). Sum of RGB (Red+Green+Blue) = 60+84+26=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #3C541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C541A is #C3ABE5. Grayscale: #464646. Windows color (decimal): -12823526 or 1725500. OLE color: 1725500.

HSL color Cylindrical-coordinate representation of color #3C541A: hue angle of 84.83º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C541A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 84 26 -
CMYK 0.29 0 0.69 0.67
HSL 84.83º 0.53% 0.22% -
HSV(B) 84.83º 0.69% 0.33% -
XYZ 5.22 7.38 2.13 -
YUV 70.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 60 84 26 0.29 0 0.69 0.67 84.83 0.53 0.22
Hex 3C 54 1A 1D 0 45 43 55 35 16
Octal 74 124 32 35 0 105 103 125 65 26
Binary 111100 1010100 11010 11101 0 1000101 1000011 1010101 110101 10110

Color Harmonies of #3C541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C541A

Black with #3C541A

Text Example


Text Example

White with #3C541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C541A; }

 p { color: rgb(60,84,26); }

 H1.HeaderClassName
 {
   color: #3C541A;
 }
 .AnyTagClassName
 {
   color: #3C541A;
 }
</style>

background-color css

<style>
 a { background-color: #3C541A; }

 a { background-color: rgb(60,84,26); }

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

border-color css

<style>
 span { border-color: #3C541A; }

 span { border-color: rgb(60,84,26); }

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