Html Css Color HEX #3A806D Viridian

📋 copy color: '#3A806D'

red 58 ◦ green 128 ◦ blue 109

#3A806D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #3A806D

Tints of Viridian #3A806D

RGB

 RED value IS 58 (23.05% from 255) = 19.66%

 GREEN value IS 128 (50.39% from 255) = 43.39%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 19.66%
G = 43.39%
B = 36.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#3A806D (or 0x3A806D) is known color: Viridian. HEX triplet: 3A, 80 and 6D. RGB value is (58,128,109). Sum of RGB (Red+Green+Blue) = 58+128+109=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 128 - color contains mainly: green. Hex color #3A806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A806D is #C57F92. Grayscale: #686868. Windows color (decimal): -12943251 or 7176250. OLE color: 7176250.

HSL color Cylindrical-coordinate representation of color #3A806D: hue angle of 163.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A806D is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 128 109 -
CMYK 0.55 0 0.15 0.50
HSL 163.71º 0.38% 0.36% -
HSV(B) 163.71º 0.55% 0.5% -
XYZ 12.22 17.44 17.19 -
YUV 104.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 58 128 109 0.55 0 0.15 0.50 163.71 0.38 0.36
Hex 3A 80 6D 37 0 F 32 A4 26 24
Octal 72 200 155 67 0 17 62 244 46 44
Binary 111010 10000000 1101101 110111 0 1111 110010 10100100 100110 100100

Color Harmonies of #3A806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A806D

Black with #3A806D

Text Example


Text Example

White with #3A806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,128,109); }

 H1.HeaderClassName
 {
   color: #3A806D;
 }
 .AnyTagClassName
 {
   color: #3A806D;
 }
</style>

background-color css

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

 a { background-color: rgb(58,128,109); }

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

border-color css

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

 span { border-color: rgb(58,128,109); }

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