Html Css Color HEX #3A896C Viridian

📋 copy color: '#3A896C'

red 58 ◦ green 137 ◦ blue 108

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

Shades of Viridian #3A896C

Tints of Viridian #3A896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.64%

R = 19.14%
G = 45.21%
B = 35.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#3A896C (or 0x3A896C) is known color: Viridian. HEX triplet: 3A, 89 and 6C. RGB value is (58,137,108). Sum of RGB (Red+Green+Blue) = 58+137+108=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #3A896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A896C is #C57693. Grayscale: #6E6E6E. Windows color (decimal): -12940948 or 7113018. OLE color: 7113018.

HSL color Cylindrical-coordinate representation of color #3A896C: hue angle of 157.97º 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 #3A896C is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 137 108 -
CMYK 0.58 0 0.21 0.46
HSL 157.97º 0.41% 0.38% -
HSV(B) 157.97º 0.58% 0.54% -
XYZ 13.4 19.87 17.32 -
YUV 110.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 58 137 108 0.58 0 0.21 0.46 157.97 0.41 0.38
Hex 3A 89 6C 3A 0 15 2E 9E 29 26
Octal 72 211 154 72 0 25 56 236 51 46
Binary 111010 10001001 1101100 111010 0 10101 101110 10011110 101001 100110

Color Harmonies of #3A896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A896C

Black with #3A896C

Text Example


Text Example

White with #3A896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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