#3A836A

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

Shades of Viridian #3A836A

Tints of Viridian #3A836A

Color information

#3A836A (or 0x3A836A) is unknown color: approx Viridian. HEX triplet: 3A, 83 and 6A. RGB value is (58,131,106). Sum of RGB (Red+Green+Blue) = 58+131+106=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #3A836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A836A is #C57C95. Grayscale: #6A6A6A. Windows color (decimal): -12942486 or 6980410. OLE color: 6980410.

HSL color Cylindrical-coordinate representation of color #3A836A: hue angle of 159.45º 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 #3A836A is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB58131106-
CMYK0.5600.190.49
HSL159.45º38.62%37.06%-
HSV(B)159.45º55.73%51.37%-
XYZ12.4618.1716.49-
YUV106.32127.8293.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=19.66%
G=44.41%
B=35.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581311060.5600.190.49159.4538.6237.06
Hex3A836A38013319f2725
Octal7220315270023612374745
Binary11101010000011110101011100001001111000110011111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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