#3A8F6B

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

Shades of Viridian #3A8F6B

Tints of Viridian #3A8F6B

Color information

#3A8F6B (or 0x3A8F6B) is unknown color: approx Viridian. HEX triplet: 3A, 8F and 6B. RGB value is (58,143,107). Sum of RGB (Red+Green+Blue) = 58+143+107=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #3A8F6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8F6B is #C57094. Grayscale: #717171. Windows color (decimal): -12939413 or 7049018. OLE color: 7049018.

HSL color Cylindrical-coordinate representation of color #3A8F6B: hue angle of 154.59º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8F6B is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB58143107-
CMYK0.5900.250.44
HSL154.59º42.29%39.41%-
HSV(B)154.59º59.44%56.08%-
XYZ14.2221.6117.33-
YUV113.48124.3488.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.83%
GREEN value IS 143 (56.25% from 255) = 46.43%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=18.83%
G=46.43%
B=34.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581431070.5900.250.44154.5942.2939.41
Hex3A8F6B3B0192C9b2a27
Octal7221715373031542335247
Binary11101010001111110101111101101100110110010011011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,143,107); }

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

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

 a { background-color: rgb(58,143,107); }

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

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

 span { border-color: rgb(58,143,107); }

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