Html Css Color HEX #3D896A Viridian

📋 copy color: '#3D896A'

red 61 ◦ green 137 ◦ blue 106

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

Shades of Viridian #3D896A

Tints of Viridian #3D896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 20.07%
G = 45.07%
B = 34.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#3D896A (or 0x3D896A) is known color: Viridian. HEX triplet: 3D, 89 and 6A. RGB value is (61,137,106). Sum of RGB (Red+Green+Blue) = 61+137+106=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #3D896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D896A is #C27695. Grayscale: #6E6E6E. Windows color (decimal): -12744342 or 6981949. OLE color: 6981949.

HSL color Cylindrical-coordinate representation of color #3D896A: hue angle of 155.53º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D896A is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 137 106 -
CMYK 0.55 0 0.23 0.46
HSL 155.53º 0.38% 0.39% -
HSV(B) 155.53º 0.55% 0.54% -
XYZ 13.47 19.92 16.77 -
YUV 110.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 61 137 106 0.55 0 0.23 0.46 155.53 0.38 0.39
Hex 3D 89 6A 37 0 17 2E 9C 26 27
Octal 75 211 152 67 0 27 56 234 46 47
Binary 111101 10001001 1101010 110111 0 10111 101110 10011100 100110 100111

Color Harmonies of #3D896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D896A

Black with #3D896A

Text Example


Text Example

White with #3D896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,137,106); }

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

background-color css

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

 a { background-color: rgb(61,137,106); }

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

border-color css

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

 span { border-color: rgb(61,137,106); }

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