Html Css Color HEX #3A846F Viridian

📋 copy color: '#3A846F'

red 58 ◦ green 132 ◦ blue 111

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

Shades of Viridian #3A846F

Tints of Viridian #3A846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 19.27%
G = 43.85%
B = 36.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#3A846F (or 0x3A846F) is known color: Viridian. HEX triplet: 3A, 84 and 6F. RGB value is (58,132,111). Sum of RGB (Red+Green+Blue) = 58+132+111=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #3A846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A846F is #C57B90. Grayscale: #6B6B6B. Windows color (decimal): -12942225 or 7308346. OLE color: 7308346.

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

Color convert

RGB 58 132 111 -
CMYK 0.56 0 0.16 0.48
HSL 162.97º 0.39% 0.37% -
HSV(B) 162.97º 0.56% 0.52% -
XYZ 12.87 18.55 17.94 -
YUV 107.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 58 132 111 0.56 0 0.16 0.48 162.97 0.39 0.37
Hex 3A 84 6F 38 0 10 30 A3 27 25
Octal 72 204 157 70 0 20 60 243 47 45
Binary 111010 10000100 1101111 111000 0 10000 110000 10100011 100111 100101

Color Harmonies of #3A846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A846F

Black with #3A846F

Text Example


Text Example

White with #3A846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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