Html Css Color HEX #3D856E Viridian

📋 copy color: '#3D856E'

red 61 ◦ green 133 ◦ blue 110

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

Shades of Viridian #3D856E

Tints of Viridian #3D856E

RGB

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

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

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

R = 20.07%
G = 43.75%
B = 36.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#3D856E (or 0x3D856E) is known color: Viridian. HEX triplet: 3D, 85 and 6E. RGB value is (61,133,110). Sum of RGB (Red+Green+Blue) = 61+133+110=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #3D856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D856E is #C27A91. Grayscale: #6C6C6C. Windows color (decimal): -12745362 or 7243069. OLE color: 7243069.

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

Color convert

RGB 61 133 110 -
CMYK 0.54 0 0.17 0.48
HSL 160.83º 0.37% 0.38% -
HSV(B) 160.83º 0.54% 0.52% -
XYZ 13.13 18.89 17.71 -
YUV 108.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 61 133 110 0.54 0 0.17 0.48 160.83 0.37 0.38
Hex 3D 85 6E 36 0 11 30 A1 25 26
Octal 75 205 156 66 0 21 60 241 45 46
Binary 111101 10000101 1101110 110110 0 10001 110000 10100001 100101 100110

Color Harmonies of #3D856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D856E

Black with #3D856E

Text Example


Text Example

White with #3D856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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