Html Css Color HEX #3D9575 Viridian

📋 copy color: '#3D9575'

red 61 ◦ green 149 ◦ blue 117

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

Shades of Viridian #3D9575

Tints of Viridian #3D9575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.57%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 18.65%
G = 45.57%
B = 35.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#3D9575 (or 0x3D9575) is known color: Viridian. HEX triplet: 3D, 95 and 75. RGB value is (61,149,117). Sum of RGB (Red+Green+Blue) = 61+149+117=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #3D9575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9575 is #C26A8A. Grayscale: #777777. Windows color (decimal): -12741259 or 7705917. OLE color: 7705917.

HSL color Cylindrical-coordinate representation of color #3D9575: hue angle of 158.18º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9575 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 61 149 117 -
CMYK 0.59 0 0.21 0.42
HSL 158.18º 0.42% 0.41% -
HSV(B) 158.18º 0.59% 0.58% -
XYZ 15.88 23.77 20.58 -
YUV 119.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 61 149 117 0.59 0 0.21 0.42 158.18 0.42 0.41
Hex 3D 95 75 3B 0 15 2A 9E 2A 29
Octal 75 225 165 73 0 25 52 236 52 51
Binary 111101 10010101 1110101 111011 0 10101 101010 10011110 101010 101001

Color Harmonies of #3D9575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9575

Black with #3D9575

Text Example


Text Example

White with #3D9575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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