#3A816F

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

Shades of Viridian #3A816F

Tints of Viridian #3A816F

Color information

#3A816F (or 0x3A816F) is unknown color: approx Viridian. HEX triplet: 3A, 81 and 6F. RGB value is (58,129,111). Sum of RGB (Red+Green+Blue) = 58+129+111=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #3A816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A816F is #C57E90. Grayscale: #696969. Windows color (decimal): -12942993 or 7307578. OLE color: 7307578.

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

Color convert

RGB58129111-
CMYK0.5500.140.49
HSL164.79º37.97%36.67%-
HSV(B)164.79º55.04%50.59%-
XYZ12.4617.7517.81-
YUV105.72130.9893.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=19.46%
G=43.29%
B=37.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581291110.5500.140.49164.7937.9736.67
Hex3A816F370E31a52625
Octal7220115767016612454645
Binary1110101000000111011111101110111011000110100101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,129,111); }

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

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

 a { background-color: rgb(58,129,111); }

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

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

 span { border-color: rgb(58,129,111); }

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