Html Css Color HEX #3D866F Viridian

📋 copy color: '#3D866F'

red 61 ◦ green 134 ◦ blue 111

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

Shades of Viridian #3D866F

Tints of Viridian #3D866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.79%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 19.93%
G = 43.79%
B = 36.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#3D866F (or 0x3D866F) is known color: Viridian. HEX triplet: 3D, 86 and 6F. RGB value is (61,134,111). Sum of RGB (Red+Green+Blue) = 61+134+111=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #3D866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D866F is #C27990. Grayscale: #6D6D6D. Windows color (decimal): -12745105 or 7308861. OLE color: 7308861.

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

Color convert

RGB 61 134 111 -
CMYK 0.54 0 0.17 0.47
HSL 161.1º 0.37% 0.38% -
HSV(B) 161.1º 0.54% 0.53% -
XYZ 13.32 19.19 18.04 -
YUV 109.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 61 134 111 0.54 0 0.17 0.47 161.1 0.37 0.38
Hex 3D 86 6F 36 0 11 2F A1 25 26
Octal 75 206 157 66 0 21 57 241 45 46
Binary 111101 10000110 1101111 110110 0 10001 101111 10100001 100101 100110

Color Harmonies of #3D866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D866F

Black with #3D866F

Text Example


Text Example

White with #3D866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,134,111); }

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

background-color css

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

 a { background-color: rgb(61,134,111); }

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

border-color css

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

 span { border-color: rgb(61,134,111); }

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