Html Css Color HEX #3A846A Viridian

📋 copy color: '#3A846A'

red 58 ◦ green 132 ◦ blue 106

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

Shades of Viridian #3A846A

Tints of Viridian #3A846A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 19.59%
G = 44.59%
B = 35.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#3A846A (or 0x3A846A) is known color: Viridian. HEX triplet: 3A, 84 and 6A. RGB value is (58,132,106). Sum of RGB (Red+Green+Blue) = 58+132+106=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 132 - color contains mainly: green. Hex color #3A846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A846A is #C57B95. Grayscale: #6A6A6A. Windows color (decimal): -12942230 or 6980666. OLE color: 6980666.

HSL color Cylindrical-coordinate representation of color #3A846A: hue angle of 158.92º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A846A is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 132 106 -
CMYK 0.56 0 0.20 0.48
HSL 158.92º 0.39% 0.37% -
HSV(B) 158.92º 0.56% 0.52% -
XYZ 12.6 18.44 16.53 -
YUV 106.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 58 132 106 0.56 0 0.20 0.48 158.92 0.39 0.37
Hex 3A 84 6A 38 0 14 30 9F 27 25
Octal 72 204 152 70 0 24 60 237 47 45
Binary 111010 10000100 1101010 111000 0 10100 110000 10011111 100111 100101

Color Harmonies of #3A846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A846A

Black with #3A846A

Text Example


Text Example

White with #3A846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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