#3D7869

Color #3D7869 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #3D7869

Tints of Viridian #3D7869

Color information

#3D7869 (or 0x3D7869) is unknown color: approx Viridian. HEX triplet: 3D, 78 and 69. RGB value is (61,120,105). Sum of RGB (Red+Green+Blue) = 61+120+105=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #3D7869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7869 is #C28796. Grayscale: #646464. Windows color (decimal): -12748695 or 6912061. OLE color: 6912061.

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

Color convert

RGB61120105-
CMYK0.4900.130.53
HSL164.75º32.6%35.49%-
HSV(B)164.75º49.17%47.06%-
XYZ11.1915.4415.76-
YUV100.65130.4599.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=21.33%
G=41.96%
B=36.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611201050.4900.130.53164.7532.635.49
Hex3D7869310D35a52123
Octal7517015161015652454143
Binary111101111100011010011100010110111010110100101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D7869;
 }
 .AnyTagClassName
 {
   color: #3D7869;
 }
</style>
background-color css

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

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

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

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

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

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