Html Css Color HEX #3D6015 Verdun Green

📋 copy color: '#3D6015'

red 61 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #3D6015

Tints of Verdun Green #3D6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.93%

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 34.27%
G = 53.93%
B = 11.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#3D6015 (or 0x3D6015) is known color: Verdun Green. HEX triplet: 3D, 60 and 15. RGB value is (61,96,21). Sum of RGB (Red+Green+Blue) = 61+96+21=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6015 is #C29FEA. Grayscale: #4D4D4D. Windows color (decimal): -12754923 or 1400893. OLE color: 1400893.

HSL color Cylindrical-coordinate representation of color #3D6015: hue angle of 88º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D6015 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 96 21 -
CMYK 0.36 0 0.78 0.62
HSL 88º 0.64% 0.23% -
HSV(B) 88º 0.78% 0.38% -
XYZ 6.24 9.41 2.2 -
YUV 76.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 61 96 21 0.36 0 0.78 0.62 88 0.64 0.23
Hex 3D 60 15 24 0 4E 3E 58 40 17
Octal 75 140 25 44 0 116 76 130 100 27
Binary 111101 1100000 10101 100100 0 1001110 111110 1011000 1000000 10111

Color Harmonies of #3D6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6015

Black with #3D6015

Text Example


Text Example

White with #3D6015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,96,21); }

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

background-color css

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

 a { background-color: rgb(61,96,21); }

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

border-color css

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

 span { border-color: rgb(61,96,21); }

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