Html Css Color HEX #3C8B6A Viridian

📋 copy color: '#3C8B6A'

red 60 ◦ green 139 ◦ blue 106

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

Shades of Viridian #3C8B6A

Tints of Viridian #3C8B6A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.57%

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

R = 19.67%
G = 45.57%
B = 34.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#3C8B6A (or 0x3C8B6A) is known color: Viridian. HEX triplet: 3C, 8B and 6A. RGB value is (60,139,106). Sum of RGB (Red+Green+Blue) = 60+139+106=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B6A is #C37495. Grayscale: #6F6F6F. Windows color (decimal): -12809366 or 6982460. OLE color: 6982460.

HSL color Cylindrical-coordinate representation of color #3C8B6A: hue angle of 154.94º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8B6A is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 139 106 -
CMYK 0.57 0 0.24 0.45
HSL 154.94º 0.4% 0.39% -
HSV(B) 154.94º 0.57% 0.55% -
XYZ 13.7 20.47 16.86 -
YUV 111.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 60 139 106 0.57 0 0.24 0.45 154.94 0.4 0.39
Hex 3C 8B 6A 39 0 18 2D 9B 28 27
Octal 74 213 152 71 0 30 55 233 50 47
Binary 111100 10001011 1101010 111001 0 11000 101101 10011011 101000 100111

Color Harmonies of #3C8B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8B6A

Black with #3C8B6A

Text Example


Text Example

White with #3C8B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,139,106); }

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

background-color css

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

 a { background-color: rgb(60,139,106); }

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

border-color css

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

 span { border-color: rgb(60,139,106); }

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