#3A8375

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

Shades of Viridian #3A8375

Tints of Viridian #3A8375

Color information

#3A8375 (or 0x3A8375) is unknown color: approx Viridian. HEX triplet: 3A, 83 and 75. RGB value is (58,131,117). Sum of RGB (Red+Green+Blue) = 58+131+117=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #3A8375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8375 is #C57C8A. Grayscale: #6B6B6B. Windows color (decimal): -12942475 or 7701306. OLE color: 7701306.

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

Color convert

RGB58131117-
CMYK0.5600.110.49
HSL168.49º38.62%37.06%-
HSV(B)168.49º55.73%51.37%-
XYZ13.0718.4219.7-
YUV107.58133.3292.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=18.95%
G=42.81%
B=38.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581311170.5600.110.49168.4938.6237.06
Hex3A8375380B31a82725
Octal7220316570013612504745
Binary1110101000001111101011110000101111000110101000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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