Html Css Color HEX #3D7562 Viridian

📋 copy color: '#3D7562'

red 61 ◦ green 117 ◦ blue 98

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

Shades of Viridian #3D7562

Tints of Viridian #3D7562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 22.1%
G = 42.39%
B = 35.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#3D7562 (or 0x3D7562) is known color: Viridian. HEX triplet: 3D, 75 and 62. RGB value is (61,117,98). Sum of RGB (Red+Green+Blue) = 61+117+98=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #3D7562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7562 is #C28A9D. Grayscale: #626262. Windows color (decimal): -12749470 or 6452541. OLE color: 6452541.

HSL color Cylindrical-coordinate representation of color #3D7562: hue angle of 159.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D7562 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 117 98 -
CMYK 0.48 0 0.16 0.54
HSL 159.64º 0.31% 0.35% -
HSV(B) 159.64º 0.48% 0.46% -
XYZ 10.49 14.6 13.82 -
YUV 98.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 61 117 98 0.48 0 0.16 0.54 159.64 0.31 0.35
Hex 3D 75 62 30 0 10 36 A0 1F 23
Octal 75 165 142 60 0 20 66 240 37 43
Binary 111101 1110101 1100010 110000 0 10000 110110 10100000 11111 100011

Color Harmonies of #3D7562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7562

Black with #3D7562

Text Example


Text Example

White with #3D7562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,117,98); }

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

background-color css

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

 a { background-color: rgb(61,117,98); }

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

border-color css

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

 span { border-color: rgb(61,117,98); }

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