Html Css Color HEX #3D8878 Viridian

📋 copy color: '#3D8878'

red 61 ◦ green 136 ◦ blue 120

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

Shades of Viridian #3D8878

Tints of Viridian #3D8878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 19.24%
G = 42.9%
B = 37.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#3D8878 (or 0x3D8878) is known color: Viridian. HEX triplet: 3D, 88 and 78. RGB value is (61,136,120). Sum of RGB (Red+Green+Blue) = 61+136+120=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8878 is #C27787. Grayscale: #6F6F6F. Windows color (decimal): -12744584 or 7899197. OLE color: 7899197.

HSL color Cylindrical-coordinate representation of color #3D8878: hue angle of 167.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8878 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 136 120 -
CMYK 0.55 0 0.12 0.47
HSL 167.2º 0.38% 0.39% -
HSV(B) 167.2º 0.55% 0.53% -
XYZ 14.12 19.96 20.88 -
YUV 111.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 61 136 120 0.55 0 0.12 0.47 167.2 0.38 0.39
Hex 3D 88 78 37 0 C 2F A7 26 27
Octal 75 210 170 67 0 14 57 247 46 47
Binary 111101 10001000 1111000 110111 0 1100 101111 10100111 100110 100111

Color Harmonies of #3D8878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8878

Black with #3D8878

Text Example


Text Example

White with #3D8878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,136,120); }

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

background-color css

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

 a { background-color: rgb(61,136,120); }

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

border-color css

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

 span { border-color: rgb(61,136,120); }

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