Html Css Color HEX #3D8778 Viridian

📋 copy color: '#3D8778'

red 61 ◦ green 135 ◦ blue 120

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

Shades of Viridian #3D8778

Tints of Viridian #3D8778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.72%

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

R = 19.3%
G = 42.72%
B = 37.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#3D8778 (or 0x3D8778) is known color: Viridian. HEX triplet: 3D, 87 and 78. RGB value is (61,135,120). Sum of RGB (Red+Green+Blue) = 61+135+120=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8778 is #C27887. Grayscale: #6F6F6F. Windows color (decimal): -12744840 or 7898941. OLE color: 7898941.

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

Color convert

RGB 61 135 120 -
CMYK 0.55 0 0.11 0.47
HSL 167.84º 0.38% 0.38% -
HSV(B) 167.84º 0.55% 0.53% -
XYZ 13.98 19.68 20.83 -
YUV 111.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 61 135 120 0.55 0 0.11 0.47 167.84 0.38 0.38
Hex 3D 87 78 37 0 B 2F A8 26 26
Octal 75 207 170 67 0 13 57 250 46 46
Binary 111101 10000111 1111000 110111 0 1011 101111 10101000 100110 100110

Color Harmonies of #3D8778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8778

Black with #3D8778

Text Example


Text Example

White with #3D8778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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