#3A836C

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

Shades of Viridian #3A836C

Tints of Viridian #3A836C

Color information

#3A836C (or 0x3A836C) is unknown color: approx Viridian. HEX triplet: 3A, 83 and 6C. RGB value is (58,131,108). Sum of RGB (Red+Green+Blue) = 58+131+108=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #3A836C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A836C is #C57C93. Grayscale: #6A6A6A. Windows color (decimal): -12942484 or 7111482. OLE color: 7111482.

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

Color convert

RGB58131108-
CMYK0.5600.180.49
HSL161.1º38.62%37.06%-
HSV(B)161.1º55.73%51.37%-
XYZ12.5718.2117.04-
YUV106.55128.8293.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=19.53%
G=44.11%
B=36.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581311080.5600.180.49161.138.6237.06
Hex3A836C3801231a12725
Octal7220315470022612414745
Binary11101010000011110110011100001001011000110100001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A836C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,131,108); }

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

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

 a { background-color: rgb(58,131,108); }

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

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

 span { border-color: rgb(58,131,108); }

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