Html Css Color HEX #3B9773 Viridian

📋 copy color: '#3B9773'

red 59 ◦ green 151 ◦ blue 115

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

Shades of Viridian #3B9773

Tints of Viridian #3B9773

RGB

 RED value IS 59 (23.44% from 255) = 18.15%

 GREEN value IS 151 (59.38% from 255) = 46.46%

 BLUE value IS 115 (45.31% from 255) = 35.38%

R = 18.15%
G = 46.46%
B = 35.38%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#3B9773 (or 0x3B9773) is known color: Viridian. HEX triplet: 3B, 97 and 73. RGB value is (59,151,115). Sum of RGB (Red+Green+Blue) = 59+151+115=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #3B9773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9773 is #C4688C. Grayscale: #777777. Windows color (decimal): -12871821 or 7575355. OLE color: 7575355.

HSL color Cylindrical-coordinate representation of color #3B9773: hue angle of 156.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9773 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 59 151 115 -
CMYK 0.61 0 0.24 0.41
HSL 156.52º 0.44% 0.41% -
HSV(B) 156.52º 0.61% 0.59% -
XYZ 15.96 24.3 20.07 -
YUV 119.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 59 151 115 0.61 0 0.24 0.41 156.52 0.44 0.41
Hex 3B 97 73 3D 0 18 29 9D 2C 29
Octal 73 227 163 75 0 30 51 235 54 51
Binary 111011 10010111 1110011 111101 0 11000 101001 10011101 101100 101001

Color Harmonies of #3B9773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9773

Black with #3B9773

Text Example


Text Example

White with #3B9773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,151,115); }

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

background-color css

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

 a { background-color: rgb(59,151,115); }

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

border-color css

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

 span { border-color: rgb(59,151,115); }

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