Html Css Color HEX #3D7969 Viridian

📋 copy color: '#3D7969'

red 61 ◦ green 121 ◦ blue 105

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

Shades of Viridian #3D7969

Tints of Viridian #3D7969

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 21.25%
G = 42.16%
B = 36.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#3D7969 (or 0x3D7969) is known color: Viridian. HEX triplet: 3D, 79 and 69. RGB value is (61,121,105). Sum of RGB (Red+Green+Blue) = 61+121+105=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #3D7969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7969 is #C28696. Grayscale: #656565. Windows color (decimal): -12748439 or 6912317. OLE color: 6912317.

HSL color Cylindrical-coordinate representation of color #3D7969: hue angle of 164º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7969 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 121 105 -
CMYK 0.50 0 0.13 0.53
HSL 164º 0.33% 0.36% -
HSV(B) 164º 0.5% 0.47% -
XYZ 11.31 15.69 15.8 -
YUV 101.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 61 121 105 0.50 0 0.13 0.53 164 0.33 0.36
Hex 3D 79 69 32 0 D 35 A4 21 24
Octal 75 171 151 62 0 15 65 244 41 44
Binary 111101 1111001 1101001 110010 0 1101 110101 10100100 100001 100100

Color Harmonies of #3D7969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7969

Black with #3D7969

Text Example


Text Example

White with #3D7969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,121,105); }

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

background-color css

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

 a { background-color: rgb(61,121,105); }

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

border-color css

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

 span { border-color: rgb(61,121,105); }

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