Html Css Color HEX #3D8777 Viridian

📋 copy color: '#3D8777'

red 61 ◦ green 135 ◦ blue 119

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

Shades of Viridian #3D8777

Tints of Viridian #3D8777

RGB

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

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

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

R = 19.37%
G = 42.86%
B = 37.78%

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

#3D8777 (or 0x3D8777) is known color: Viridian. HEX triplet: 3D, 87 and 77. RGB value is (61,135,119). Sum of RGB (Red+Green+Blue) = 61+135+119=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #3D8777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8777 is #C27888. Grayscale: #6F6F6F. Windows color (decimal): -12744841 or 7833405. OLE color: 7833405.

HSL color Cylindrical-coordinate representation of color #3D8777: hue angle of 167.03º 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 #3D8777 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 135 119 -
CMYK 0.55 0 0.12 0.47
HSL 167.03º 0.38% 0.38% -
HSV(B) 167.03º 0.55% 0.53% -
XYZ 13.92 19.65 20.51 -
YUV 111.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 61 135 119 0.55 0 0.12 0.47 167.03 0.38 0.38
Hex 3D 87 77 37 0 C 2F A7 26 26
Octal 75 207 167 67 0 14 57 247 46 46
Binary 111101 10000111 1110111 110111 0 1100 101111 10100111 100110 100110

Color Harmonies of #3D8777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8777

Black with #3D8777

Text Example


Text Example

White with #3D8777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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