Html Css Color HEX #3D886E Viridian

📋 copy color: '#3D886E'

red 61 ◦ green 136 ◦ blue 110

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

Shades of Viridian #3D886E

Tints of Viridian #3D886E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 19.87%
G = 44.3%
B = 35.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#3D886E (or 0x3D886E) is known color: Viridian. HEX triplet: 3D, 88 and 6E. RGB value is (61,136,110). Sum of RGB (Red+Green+Blue) = 61+136+110=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #3D886E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D886E is #C27791. Grayscale: #6E6E6E. Windows color (decimal): -12744594 or 7243837. OLE color: 7243837.

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

Color convert

RGB 61 136 110 -
CMYK 0.55 0 0.19 0.47
HSL 159.2º 0.38% 0.39% -
HSV(B) 159.2º 0.55% 0.53% -
XYZ 13.54 19.73 17.85 -
YUV 110.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 61 136 110 0.55 0 0.19 0.47 159.2 0.38 0.39
Hex 3D 88 6E 37 0 13 2F 9F 26 27
Octal 75 210 156 67 0 23 57 237 46 47
Binary 111101 10001000 1101110 110111 0 10011 101111 10011111 100110 100111

Color Harmonies of #3D886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D886E

Black with #3D886E

Text Example


Text Example

White with #3D886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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