Html Css Color HEX #3D5402 Verdun Green

📋 copy color: '#3D5402'

red 61 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #3D5402

Tints of Verdun Green #3D5402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.36%

R = 41.5%
G = 57.14%
B = 1.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#3D5402 (or 0x3D5402) is known color: Verdun Green. HEX triplet: 3D, 54 and 02. RGB value is (61,84,2). Sum of RGB (Red+Green+Blue) = 61+84+2=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #3D5402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5402 is #C2ABFD. Grayscale: #444444. Windows color (decimal): -12758014 or 152637. OLE color: 152637.

HSL color Cylindrical-coordinate representation of color #3D5402: hue angle of 76.83º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D5402 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 61 84 2 -
CMYK 0.27 0 0.98 0.67
HSL 76.83º 0.95% 0.17% -
HSV(B) 76.83º 0.98% 0.33% -
XYZ 5.11 7.34 1.2 -
YUV 67.78 90.88 123.17 -
System Red Green Blue C M Y K H S L
Decimal 61 84 2 0.27 0 0.98 0.67 76.83 0.95 0.17
Hex 3D 54 2 1B 0 62 43 4D 5F 11
Octal 75 124 2 33 0 142 103 115 137 21
Binary 111101 1010100 10 11011 0 1100010 1000011 1001101 1011111 10001

Color Harmonies of #3D5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5402

Black with #3D5402

Text Example


Text Example

White with #3D5402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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