Html Css Color HEX #3D8570 Viridian

📋 copy color: '#3D8570'

red 61 ◦ green 133 ◦ blue 112

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

Shades of Viridian #3D8570

Tints of Viridian #3D8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.46%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 19.93%
G = 43.46%
B = 36.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#3D8570 (or 0x3D8570) is known color: Viridian. HEX triplet: 3D, 85 and 70. RGB value is (61,133,112). Sum of RGB (Red+Green+Blue) = 61+133+112=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #3D8570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8570 is #C27A8F. Grayscale: #6D6D6D. Windows color (decimal): -12745360 or 7374141. OLE color: 7374141.

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

Color convert

RGB 61 133 112 -
CMYK 0.54 0 0.16 0.48
HSL 162.5º 0.37% 0.38% -
HSV(B) 162.5º 0.54% 0.52% -
XYZ 13.24 18.94 18.29 -
YUV 109.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 61 133 112 0.54 0 0.16 0.48 162.5 0.37 0.38
Hex 3D 85 70 36 0 10 30 A2 25 26
Octal 75 205 160 66 0 20 60 242 45 46
Binary 111101 10000101 1110000 110110 0 10000 110000 10100010 100101 100110

Color Harmonies of #3D8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8570

Black with #3D8570

Text Example


Text Example

White with #3D8570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,133,112); }

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

background-color css

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

 a { background-color: rgb(61,133,112); }

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

border-color css

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

 span { border-color: rgb(61,133,112); }

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