Html Css Color HEX #3D8475 Viridian

📋 copy color: '#3D8475'

red 61 ◦ green 132 ◦ blue 117

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

Shades of Viridian #3D8475

Tints of Viridian #3D8475

RGB

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

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

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

R = 19.68%
G = 42.58%
B = 37.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#3D8475 (or 0x3D8475) is known color: Viridian. HEX triplet: 3D, 84 and 75. RGB value is (61,132,117). Sum of RGB (Red+Green+Blue) = 61+132+117=310 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.68% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #3D8475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8475 is #C27B8A. Grayscale: #6D6D6D. Windows color (decimal): -12745611 or 7701565. OLE color: 7701565.

HSL color Cylindrical-coordinate representation of color #3D8475: hue angle of 167.32º 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 #3D8475 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 61 132 117 -
CMYK 0.54 0 0.11 0.48
HSL 167.32º 0.37% 0.38% -
HSV(B) 167.32º 0.54% 0.52% -
XYZ 13.39 18.78 19.75 -
YUV 109.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 61 132 117 0.54 0 0.11 0.48 167.32 0.37 0.38
Hex 3D 84 75 36 0 B 30 A7 25 26
Octal 75 204 165 66 0 13 60 247 45 46
Binary 111101 10000100 1110101 110110 0 1011 110000 10100111 100101 100110

Color Harmonies of #3D8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8475

Black with #3D8475

Text Example


Text Example

White with #3D8475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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