Html Css Color HEX #3D896C Viridian

📋 copy color: '#3D896C'

red 61 ◦ green 137 ◦ blue 108

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

Shades of Viridian #3D896C

Tints of Viridian #3D896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.29%

R = 19.93%
G = 44.77%
B = 35.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#3D896C (or 0x3D896C) is known color: Viridian. HEX triplet: 3D, 89 and 6C. RGB value is (61,137,108). Sum of RGB (Red+Green+Blue) = 61+137+108=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #3D896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D896C is #C27693. Grayscale: #6F6F6F. Windows color (decimal): -12744340 or 7113021. OLE color: 7113021.

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

Color convert

RGB 61 137 108 -
CMYK 0.55 0 0.21 0.46
HSL 157.11º 0.38% 0.39% -
HSV(B) 157.11º 0.55% 0.54% -
XYZ 13.58 19.97 17.33 -
YUV 110.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 61 137 108 0.55 0 0.21 0.46 157.11 0.38 0.39
Hex 3D 89 6C 37 0 15 2E 9D 26 27
Octal 75 211 154 67 0 25 56 235 46 47
Binary 111101 10001001 1101100 110111 0 10101 101110 10011101 100110 100111

Color Harmonies of #3D896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D896C

Black with #3D896C

Text Example


Text Example

White with #3D896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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