Html Css Color HEX #3D6303 Verdun Green

📋 copy color: '#3D6303'

red 61 ◦ green 99 ◦ blue 3

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

Shades of Verdun Green #3D6303

Tints of Verdun Green #3D6303

RGB

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

 GREEN value IS 99 (39.06% from 255) = 60.74%

 BLUE value IS 3 (1.56% from 255) = 1.84%

R = 37.42%
G = 60.74%
B = 1.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#3D6303 (or 0x3D6303) is known color: Verdun Green. HEX triplet: 3D, 63 and 03. RGB value is (61,99,3). Sum of RGB (Red+Green+Blue) = 61+99+3=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6303 is #C29CFC. Grayscale: #4D4D4D. Windows color (decimal): -12754173 or 222013. OLE color: 222013.

HSL color Cylindrical-coordinate representation of color #3D6303: hue angle of 83.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D6303 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB 61 99 3 -
CMYK 0.38 0 0.97 0.61
HSL 83.75º 0.94% 0.2% -
HSV(B) 83.75º 0.97% 0.39% -
XYZ 6.4 9.92 1.66 -
YUV 76.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 61 99 3 0.38 0 0.97 0.61 83.75 0.94 0.2
Hex 3D 63 3 26 0 61 3D 54 5E 14
Octal 75 143 3 46 0 141 75 124 136 24
Binary 111101 1100011 11 100110 0 1100001 111101 1010100 1011110 10100

Color Harmonies of #3D6303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6303

Black with #3D6303

Text Example


Text Example

White with #3D6303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,99,3); }

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

background-color css

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

 a { background-color: rgb(61,99,3); }

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

border-color css

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

 span { border-color: rgb(61,99,3); }

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