#3A7863

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

Shades of Viridian #3A7863

Tints of Viridian #3A7863

Color information

#3A7863 (or 0x3A7863) is unknown color: approx Viridian. HEX triplet: 3A, 78 and 63. RGB value is (58,120,99). Sum of RGB (Red+Green+Blue) = 58+120+99=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #3A7863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7863 is #C5879C. Grayscale: #636363. Windows color (decimal): -12945309 or 6518842. OLE color: 6518842.

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

Color convert

RGB5812099-
CMYK0.5200.170.53
HSL159.68º34.83%34.9%-
HSV(B)159.68º51.67%47.06%-
XYZ10.7115.2314.18-
YUV99.07127.9698.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.94%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=20.94%
G=43.32%
B=35.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58120990.5200.170.53159.6834.8334.9
Hex3A78633401135a02323
Octal7217014364021652404343
Binary1110101111000110001111010001000111010110100000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,99); }

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

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

 a { background-color: rgb(58,120,99); }

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

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

 span { border-color: rgb(58,120,99); }

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