#3D8865

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

Shades of Viridian #3D8865

Tints of Viridian #3D8865

Color information

#3D8865 (or 0x3D8865) is unknown color: approx Viridian. HEX triplet: 3D, 88 and 65. RGB value is (61,136,101). Sum of RGB (Red+Green+Blue) = 61+136+101=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8865 is #C2779A. Grayscale: #6D6D6D. Windows color (decimal): -12744603 or 6654013. OLE color: 6654013.

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

Color convert

RGB61136101-
CMYK0.5500.260.47
HSL152º38.07%38.63%-
HSV(B)152º55.15%53.33%-
XYZ13.0819.5415.39-
YUV109.58123.1593.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=20.47%
G=45.64%
B=33.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611361010.5500.260.4715238.0738.63
Hex3D88653701A2F982627
Octal7521014567032572304647
Binary11110110001000110010111011101101010111110011000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,136,101); }

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

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

 a { background-color: rgb(61,136,101); }

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

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

 span { border-color: rgb(61,136,101); }

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