Html Css Color HEX #3D540A Verdun Green

📋 copy color: '#3D540A'

red 61 ◦ green 84 ◦ blue 10

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

Shades of Verdun Green #3D540A

Tints of Verdun Green #3D540A

RGB

 RED value IS 61 (24.22% from 255) = 39.35%

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

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

R = 39.35%
G = 54.19%
B = 6.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#3D540A (or 0x3D540A) is known color: Verdun Green. HEX triplet: 3D, 54 and 0A. RGB value is (61,84,10). Sum of RGB (Red+Green+Blue) = 61+84+10=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #3D540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D540A is #C2ABF5. Grayscale: #444444. Windows color (decimal): -12758006 or 676925. OLE color: 676925.

HSL color Cylindrical-coordinate representation of color #3D540A: hue angle of 78.65º 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 #3D540A is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 84 10 -
CMYK 0.27 0 0.88 0.67
HSL 78.65º 0.79% 0.18% -
HSV(B) 78.65º 0.88% 0.33% -
XYZ 5.15 7.35 1.44 -
YUV 68.69 94.88 122.52 -
System Red Green Blue C M Y K H S L
Decimal 61 84 10 0.27 0 0.88 0.67 78.65 0.79 0.18
Hex 3D 54 A 1B 0 58 43 4F 4F 12
Octal 75 124 12 33 0 130 103 117 117 22
Binary 111101 1010100 1010 11011 0 1011000 1000011 1001111 1001111 10010

Color Harmonies of #3D540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D540A

Black with #3D540A

Text Example


Text Example

White with #3D540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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