Html Css Color HEX #3D660F Verdun Green

📋 copy color: '#3D660F'

red 61 ◦ green 102 ◦ blue 15

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

Shades of Verdun Green #3D660F

Tints of Verdun Green #3D660F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.3%

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 34.27%
G = 57.3%
B = 8.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#3D660F (or 0x3D660F) is known color: Verdun Green. HEX triplet: 3D, 66 and 0F. RGB value is (61,102,15). Sum of RGB (Red+Green+Blue) = 61+102+15=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #3D660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D660F is #C299F0. Grayscale: #505050. Windows color (decimal): -12753393 or 1009213. OLE color: 1009213.

HSL color Cylindrical-coordinate representation of color #3D660F: hue angle of 88.28º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D660F is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 61 102 15 -
CMYK 0.40 0 0.85 0.6
HSL 88.28º 0.74% 0.23% -
HSV(B) 88.28º 0.85% 0.4% -
XYZ 6.76 10.53 2.13 -
YUV 79.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 61 102 15 0.40 0 0.85 0.6 88.28 0.74 0.23
Hex 3D 66 F 28 0 55 3C 58 4A 17
Octal 75 146 17 50 0 125 74 130 112 27
Binary 111101 1100110 1111 101000 0 1010101 111100 1011000 1001010 10111

Color Harmonies of #3D660F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D660F

Black with #3D660F

Text Example


Text Example

White with #3D660F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,102,15); }

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

background-color css

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

 a { background-color: rgb(61,102,15); }

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

border-color css

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

 span { border-color: rgb(61,102,15); }

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