Html Css Color HEX #3D7D67 Viridian

📋 copy color: '#3D7D67'

red 61 ◦ green 125 ◦ blue 103

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

Shades of Viridian #3D7D67

Tints of Viridian #3D7D67

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.25%

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 21.11%
G = 43.25%
B = 35.64%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#3D7D67 (or 0x3D7D67) is known color: Viridian. HEX triplet: 3D, 7D and 67. RGB value is (61,125,103). Sum of RGB (Red+Green+Blue) = 61+125+103=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 125 - color contains mainly: green. Hex color #3D7D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7D67 is #C28298. Grayscale: #676767. Windows color (decimal): -12747417 or 6782269. OLE color: 6782269.

HSL color Cylindrical-coordinate representation of color #3D7D67: hue angle of 159.38º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D7D67 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 61 125 103 -
CMYK 0.51 0 0.18 0.51
HSL 159.38º 0.34% 0.36% -
HSV(B) 159.38º 0.51% 0.49% -
XYZ 11.71 16.64 15.43 -
YUV 103.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 61 125 103 0.51 0 0.18 0.51 159.38 0.34 0.36
Hex 3D 7D 67 33 0 12 33 9F 22 24
Octal 75 175 147 63 0 22 63 237 42 44
Binary 111101 1111101 1100111 110011 0 10010 110011 10011111 100010 100100

Color Harmonies of #3D7D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7D67

Black with #3D7D67

Text Example


Text Example

White with #3D7D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,125,103); }

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

background-color css

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

 a { background-color: rgb(61,125,103); }

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

border-color css

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

 span { border-color: rgb(61,125,103); }

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