Html Css Color HEX #3C8A73 Viridian

📋 copy color: '#3C8A73'

red 60 ◦ green 138 ◦ blue 115

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

Shades of Viridian #3C8A73

Tints of Viridian #3C8A73

RGB

 RED value IS 60 (23.83% from 255) = 19.17%

 GREEN value IS 138 (54.3% from 255) = 44.09%

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

R = 19.17%
G = 44.09%
B = 36.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#3C8A73 (or 0x3C8A73) is known color: Viridian. HEX triplet: 3C, 8A and 73. RGB value is (60,138,115). Sum of RGB (Red+Green+Blue) = 60+138+115=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A73 is #C3758C. Grayscale: #707070. Windows color (decimal): -12809613 or 7572028. OLE color: 7572028.

HSL color Cylindrical-coordinate representation of color #3C8A73: hue angle of 162.31º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A73 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 60 138 115 -
CMYK 0.57 0 0.17 0.46
HSL 162.31º 0.39% 0.39% -
HSV(B) 162.31º 0.57% 0.54% -
XYZ 14.05 20.38 19.41 -
YUV 112.06 129.66 90.87 -
System Red Green Blue C M Y K H S L
Decimal 60 138 115 0.57 0 0.17 0.46 162.31 0.39 0.39
Hex 3C 8A 73 39 0 11 2E A2 27 27
Octal 74 212 163 71 0 21 56 242 47 47
Binary 111100 10001010 1110011 111001 0 10001 101110 10100010 100111 100111

Color Harmonies of #3C8A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8A73

Black with #3C8A73

Text Example


Text Example

White with #3C8A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,138,115); }

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

background-color css

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

 a { background-color: rgb(60,138,115); }

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

border-color css

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

 span { border-color: rgb(60,138,115); }

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