Html Css Color HEX #3D7C61 Viridian

📋 copy color: '#3D7C61'

red 61 ◦ green 124 ◦ blue 97

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

Shades of Viridian #3D7C61

Tints of Viridian #3D7C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.97%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 21.63%
G = 43.97%
B = 34.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#3D7C61 (or 0x3D7C61) is known color: Viridian. HEX triplet: 3D, 7C and 61. RGB value is (61,124,97). Sum of RGB (Red+Green+Blue) = 61+124+97=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #3D7C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7C61 is #C2839E. Grayscale: #666666. Windows color (decimal): -12747679 or 6388797. OLE color: 6388797.

HSL color Cylindrical-coordinate representation of color #3D7C61: hue angle of 154.29º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D7C61 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 124 97 -
CMYK 0.51 0 0.22 0.51
HSL 154.29º 0.34% 0.36% -
HSV(B) 154.29º 0.51% 0.49% -
XYZ 11.29 16.27 13.85 -
YUV 102.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 61 124 97 0.51 0 0.22 0.51 154.29 0.34 0.36
Hex 3D 7C 61 33 0 16 33 9A 22 24
Octal 75 174 141 63 0 26 63 232 42 44
Binary 111101 1111100 1100001 110011 0 10110 110011 10011010 100010 100100

Color Harmonies of #3D7C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7C61

Black with #3D7C61

Text Example


Text Example

White with #3D7C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,124,97); }

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

background-color css

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

 a { background-color: rgb(61,124,97); }

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

border-color css

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

 span { border-color: rgb(61,124,97); }

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