Html Css Color HEX #3A896A Viridian

📋 copy color: '#3A896A'

red 58 ◦ green 137 ◦ blue 106

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

Shades of Viridian #3A896A

Tints of Viridian #3A896A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

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

R = 19.27%
G = 45.51%
B = 35.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#3A896A (or 0x3A896A) is known color: Viridian. HEX triplet: 3A, 89 and 6A. RGB value is (58,137,106). Sum of RGB (Red+Green+Blue) = 58+137+106=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #3A896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A896A is #C57695. Grayscale: #6D6D6D. Windows color (decimal): -12940950 or 6981946. OLE color: 6981946.

HSL color Cylindrical-coordinate representation of color #3A896A: hue angle of 156.46º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A896A is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 137 106 -
CMYK 0.58 0 0.23 0.46
HSL 156.46º 0.41% 0.38% -
HSV(B) 156.46º 0.58% 0.54% -
XYZ 13.29 19.83 16.76 -
YUV 109.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 58 137 106 0.58 0 0.23 0.46 156.46 0.41 0.38
Hex 3A 89 6A 3A 0 17 2E 9C 29 26
Octal 72 211 152 72 0 27 56 234 51 46
Binary 111010 10001001 1101010 111010 0 10111 101110 10011100 101001 100110

Color Harmonies of #3A896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A896A

Black with #3A896A

Text Example


Text Example

White with #3A896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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