Html Css Color HEX #3D8477 Viridian

📋 copy color: '#3D8477'

red 61 ◦ green 132 ◦ blue 119

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

Shades of Viridian #3D8477

Tints of Viridian #3D8477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 19.55%
G = 42.31%
B = 38.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#3D8477 (or 0x3D8477) is known color: Viridian. HEX triplet: 3D, 84 and 77. RGB value is (61,132,119). Sum of RGB (Red+Green+Blue) = 61+132+119=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #3D8477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8477 is #C27B88. Grayscale: #6D6D6D. Windows color (decimal): -12745609 or 7832637. OLE color: 7832637.

HSL color Cylindrical-coordinate representation of color #3D8477: hue angle of 169.01º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8477 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 61 132 119 -
CMYK 0.54 0 0.10 0.48
HSL 169.01º 0.37% 0.38% -
HSV(B) 169.01º 0.54% 0.52% -
XYZ 13.51 18.83 20.37 -
YUV 109.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 61 132 119 0.54 0 0.10 0.48 169.01 0.37 0.38
Hex 3D 84 77 36 0 A 30 A9 25 26
Octal 75 204 167 66 0 12 60 251 45 46
Binary 111101 10000100 1110111 110110 0 1010 110000 10101001 100101 100110

Color Harmonies of #3D8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8477

Black with #3D8477

Text Example


Text Example

White with #3D8477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,132,119); }

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

background-color css

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

 a { background-color: rgb(61,132,119); }

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

border-color css

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

 span { border-color: rgb(61,132,119); }

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